Commit 60ba25a
Develop docs 2 (#10345)
* remove unused docs prop
* add getDevDocsFrontMatter()
* escape {} braces
* fix image path
* fix comment block
* fix style prop
* fix me later
* fix comments
* fix me later
* delete seemingly invisible <IconFire /> components on component-library
* account for developer docs on middleware redirects
* fix opentelemetry table syntax
* port configValue component
* temp fix for github integration
* port createGitHubAppForm component
* oopsy
* reaname DEVELOPER_DOCS env var
* remove console.logs
* fix developer docs home page
* force preview to show developer docs for now
* make TS happy
* feat: account for developer docs on sitemap
* fix missing slash on sitemap entries
* simplify sitemap logic
* refactor: extract developer docs check to its own module
* hide sidebar for now
* add host condition to sdk docs wildcard redirects
* fix generateStaticParams() depending on kind of docs
* split vercel.json file to base and redirects
* dynamically build vercel.json based on target docs
* throw an error if base-vercel.json has redirects or rewrites
* fix developer docs checks on middleware
* populate serverContext before handling develop-docs paths
* fix develop-docs docTree
* remove unecessary null check
* sidebar (wip)
* feat(flagpole): Updates feature flag docs for Flagpole rollout (#1299)
Co-authored-by: Mark Story <mark@mark-story.com>
* doc(metrics): Metric tags can only have a single value (#1307)
* chore(flagpole): Updates documentation with commonly used context properties (#1308)
* feat(insights): asset module documentation (#1306)
* asset module initial docs
* update broken link
* Update assets.mdx
Co-authored-by: George Gritsouk <989898+gggritso@users.noreply.github.com>
* Update assets.mdx
Co-authored-by: George Gritsouk <989898+gggritso@users.noreply.github.com>
* Update assets.mdx
Co-authored-by: George Gritsouk <989898+gggritso@users.noreply.github.com>
* Update assets.mdx
Co-authored-by: George Gritsouk <989898+gggritso@users.noreply.github.com>
* code review
* Update src/docs/sdk/performance/modules/assets.mdx
Co-authored-by: Ash <0Calories@users.noreply.github.com>
* asset data description
* update snippet
* update typos
---------
Co-authored-by: George Gritsouk <989898+gggritso@users.noreply.github.com>
Co-authored-by: Ash <0Calories@users.noreply.github.com>
* Add new mechanism fields from RFC 0079 (#1207)
* docs(migrations): Update is_dangerous -> is_post_deployment (#1310)
* fix: Clarify context keys (#1309)
* feat: Remove DDM
* Document Java SDK learnings for Hubs/Scopes merge (#1251)
* tidy up sidebar items (wip)
* Upgrade to GitHub-native Dependabot (#322)
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Abhijeet Prasad <aprasad@sentry.io>
* add data data-schemas submodule to develop-docs
* move data-schemas to the top level
* .
* Move content to subfolders; make sure pages use proper MDX for titles
* wip
* SDK Philosophy - Write less code (#1316)
* SDK Philosophy - Write less code
Another addition for our SDK Philosophy
* Update philosophy.mdx
* Update src/docs/sdk/philosophy.mdx
Co-authored-by: Abhijeet Prasad <aprasad@sentry.io>
---------
Co-authored-by: Michi Hoffmann <cleptric@users.noreply.github.com>
Co-authored-by: Abhijeet Prasad <aprasad@sentry.io>
* fix: Improve ngrok setup docs (#1317)
Clarify how ngrok should be setup for siloed and non-siloed modes.
Refs getsentry/sentry#14423
* chore(hybridcloud) Add sentry_region to flagpole docs (#1318)
* feat(feedback): add page for feedback architecture (#1313)
* feat(feedback): add a page for feedback architecture
* Camelcase for model name
* Add diagrams
* Add some whitespace
* Header capitalizion
* Update src/docs/feedback-architecture.mdx
Co-authored-by: Catherine Lee <55311782+c298lee@users.noreply.github.com>
* Update src/docs/feedback-architecture.mdx
Co-authored-by: Michelle Zhang <56095982+michellewzhang@users.noreply.github.com>
* Update src/docs/feedback-architecture.mdx
Co-authored-by: Michelle Zhang <56095982+michellewzhang@users.noreply.github.com>
* Update src/docs/feedback-architecture.mdx
Co-authored-by: Michelle Zhang <56095982+michellewzhang@users.noreply.github.com>
* Update src/docs/feedback-architecture.mdx
Co-authored-by: Michelle Zhang <56095982+michellewzhang@users.noreply.github.com>
* Update src/docs/feedback-architecture.mdx
Co-authored-by: Michelle Zhang <56095982+michellewzhang@users.noreply.github.com>
* Update src/docs/feedback-architecture.mdx
Co-authored-by: Michelle Zhang <56095982+michellewzhang@users.noreply.github.com>
* Add to bottom of sidebar as 'User Feedback Architecture'
* Make diagrams light mode
* Tweak ##Creation sources wording
* Add links to envelope formats in Creation sources + some more tweaks
* Code-ify user_report
* Reword mistakenly
* Tweak diagrams: envelopes->envelope and rm widget/api from first graph
* Reword user report endpoint
* Add crash reports section
* Split up diagrams and finalize
* Tweak feedback envelope
* Update report diagram
* Update title
* Add ff's
* Use bullet points
* Tweak ff descrip
* Final tweaks
---------
Co-authored-by: Catherine Lee <55311782+c298lee@users.noreply.github.com>
Co-authored-by: Michelle Zhang <56095982+michellewzhang@users.noreply.github.com>
* fix(flagpole): Fixes incorrect segment behavior description (#1322)
* fix: Update docs on running migration tests (#1323)
* Revert "wip"
This reverts commit a504ca4.
* formatting
* fix redirect type
* Use frontmatter for all page titles
* Fix title for performance page
* formatting
* somewhat working JsonSchema
* update git submodules before build
* feat: build algolia index conditionally
* switch git submodules to https
* feat(migrations): add docs for snapshots & backup testing (#1324)
* feat(features) Add note to remove features from options-automator (#1325)
* chore(hybridcloud) Update hybridcloud examples to use new paths (#1326)
Paths have changed and docs need to be updated.
* Discord "SDK Contributor" chat is no longer used. Moved to "SDK-Chat" (#1328)
* conditionally skip builds based on APP_NAME env var and changes
APP_NAME should be either `sdk-docs` or `develop-docs`
* document skip-build script
* simplify skip-build.sh logic
* suppress console.log warning
* really?
* docs: Document bump version workflow (#1329)
* Extend github integration docs (#1235)
* Update github.mdx
* Update sso.mdx
* fix(environment): restructure subheadings and clarify ingest setup (#1330)
* restructure docs and clarify ingest setup
* fix copy paste errors
* fix link location
* fix link location again
* fix missing backticks
* move getsentry instructions above siloed instance instructions
* bug
* properly bold text
* chore: re-trigger deploy
* proper build scripts for dev docs and sdk docs (#10617)
* re-trigger deploy
This reverts commit 619ec78.
* re-trigger deploy
This reverts commit 1f46763.
* fix dev build command
* fix: update algolia workflow
* fix: load correct frontmatter in algolia build
* [getsentry/action-github-commit] Auto commit
* fix: set env var for gh action
---------
Co-authored-by: Gabe Villalobos <GabeVillalobos@users.noreply.github.com>
Co-authored-by: Mark Story <mark@mark-story.com>
Co-authored-by: Joris Bayer <joris.bayer@sentry.io>
Co-authored-by: Dominik Buszowiecki <44422760+DominikB2014@users.noreply.github.com>
Co-authored-by: George Gritsouk <989898+gggritso@users.noreply.github.com>
Co-authored-by: Ash <0Calories@users.noreply.github.com>
Co-authored-by: Emir Ribić <ribice@gmail.com>
Co-authored-by: Isabella Enriquez <isabellapenriquez@gmail.com>
Co-authored-by: Francesco Novy <francesconovy@gmail.com>
Co-authored-by: Matej Minar <matej.minar@sentry.io>
Co-authored-by: Alexander Dinauer <adinauer@users.noreply.github.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Abhijeet Prasad <aprasad@sentry.io>
Co-authored-by: Stephanie Anderson <stephanie.anderson@sentry.io>
Co-authored-by: Daniel Griesser <daniel.griesser.86@gmail.com>
Co-authored-by: Michi Hoffmann <cleptric@users.noreply.github.com>
Co-authored-by: Andrew Liu <159852527+aliu39@users.noreply.github.com>
Co-authored-by: Catherine Lee <55311782+c298lee@users.noreply.github.com>
Co-authored-by: Michelle Zhang <56095982+michellewzhang@users.noreply.github.com>
Co-authored-by: Alberto Leal <mail4alberto@gmail.com>
Co-authored-by: Charly Gomez <charly.gomez@sentry.io>
Co-authored-by: Simon Hellmayr <shellmayr@users.noreply.github.com>
Co-authored-by: Joe Malatesta <106361624+joemmalatesta@users.noreply.github.com>
Co-authored-by: Tony Xiao <txiao@sentry.io>
Co-authored-by: Lucas <lucas@raschek.at>
Co-authored-by: Michelle Fu <83109586+mifu67@users.noreply.github.com>
Co-authored-by: getsantry[bot] <66042841+getsantry[bot]@users.noreply.github.com>1 parent f16f0bc commit 60ba25a
209 files changed
Lines changed: 2333 additions & 1567 deletions
File tree
- .github
- workflows
- app
- [[...path]]
- develop-docs
- application
- ab-testing
- api
- dynamic-sampling
- images
- feature-flags
- issue-platform-detectors
- img
- issue-platform
- img
- pii
- transaction-clustering
- backend
- options
- delightful-developer-metrics
- images
- development
- database-migrations
- img
- docs
- environment
- pycharm
- img
- frontend
- getting-started
- integrations
- discord
- jira
- msteams
- slack
- sdk
- distributed-tracing
- event-payloads
- properties
- performance
- modules
- research/performance
- unified-api
- self-hosted
- services
- relay
- scripts
- src
- components
- jsonSchema
- sidebar
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
13 | 23 | | |
14 | 24 | | |
15 | 25 | | |
| |||
22 | 32 | | |
23 | 33 | | |
24 | 34 | | |
| 35 | + | |
25 | 36 | | |
26 | 37 | | |
27 | 38 | | |
| 39 | + | |
28 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
29 | 47 | | |
30 | 48 | | |
| 49 | + | |
| 50 | + | |
31 | 51 | | |
| 52 | + | |
32 | 53 | | |
33 | 54 | | |
34 | 55 | | |
35 | 56 | | |
36 | 57 | | |
37 | 58 | | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
14 | 20 | | |
15 | 21 | | |
16 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
24 | | - | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
| 48 | + | |
52 | 49 | | |
53 | | - | |
54 | 50 | | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | 51 | | |
62 | 52 | | |
63 | | - | |
| 53 | + | |
64 | 54 | | |
65 | 55 | | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
66 | 77 | | |
67 | 78 | | |
68 | | - | |
| 79 | + | |
69 | 80 | | |
70 | 81 | | |
71 | 82 | | |
72 | 83 | | |
73 | | - | |
| 84 | + | |
74 | 85 | | |
75 | 86 | | |
76 | 87 | | |
| |||
99 | 110 | | |
100 | 111 | | |
101 | 112 | | |
102 | | - | |
103 | | - | |
104 | | - | |
| 113 | + | |
105 | 114 | | |
106 | 115 | | |
107 | 116 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
6 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
7 | 16 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
12 | 22 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
19 | 28 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
Submodule data-schemas added at 8c13457
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
2 | 4 | | |
3 | 5 | | |
4 | 6 | | |
| |||
0 commit comments