Skip to content

Commit 152ae69

Browse files
author
Luca Forstner
committed
Merge remote-tracking branch 'origin/master' into lforst-tanstack-start
2 parents 2507c44 + 63d0caf commit 152ae69

File tree

373 files changed

+5024
-2721
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

373 files changed

+5024
-2721
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# /src/wizard/android/ @getsentry/team-mobile-core
1313
# /src/platforms/apple/ @getsentry/team-mobile-core
1414
# /src/wizard/apple/ @getsentry/team-mobile-core
15-
# /src/platforms/flutter/ @getsentry/team-mobile-cross-platform
15+
# /src/platforms/dart/guides/flutter/ @getsentry/team-mobile-cross-platform
1616
# /src/wizard/flutter/ @getsentry/team-mobile-cross-platform
1717
# /src/platforms/dart/ @getsentry/team-mobile-cross-platform
1818
# /src/wizard/dart/ @getsentry/team-mobile-cross-platform

.github/ISSUE_TEMPLATE/issue-content-01-sdks.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
name: "📝 SDK Documentation"
2-
labels: ["Type: Content", "SDKs"]
1+
name: '📝 SDK Documentation'
2+
labels: ['Type: Content', 'SDKs']
33
description: Missing, incorrect, or unclear documentation of SDKs.
4+
type: Improvement
45
body:
56
- type: markdown
67
attributes:

.github/ISSUE_TEMPLATE/issue-content-02-product.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
name: "📝 Product Documentation"
2-
labels: ["Type: Content", "Product"]
1+
name: '📝 Product Documentation'
2+
labels: ['Type: Content', 'Product']
33
description: Missing, incorrect, or unclear documentation of product features.
4+
type: Improvement
45
body:
56
- type: markdown
67
attributes:

.github/ISSUE_TEMPLATE/issue-content-03-develop.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
name: "📝 Documentation on develop.sentry.dev"
2-
labels: ["Type: Content", "Develop"]
1+
name: '📝 Documentation on develop.sentry.dev'
2+
labels: ['Type: Content', 'Develop']
33
description: Missing, incorrect, or unclear developer documentation.
4+
type: Improvement
45
body:
56
- type: markdown
67
attributes:
@@ -35,4 +36,3 @@ body:
3536
value: |-
3637
## Thanks 🙏
3738
Check our [triage docs](https://open.sentry.io/triage/) for what to expect next.
38-

.github/ISSUE_TEMPLATE/issue-platform-404.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
name: "💻 Docs Platform: 🔗 404 Error"
2-
labels: "Type: Platform,404"
1+
name: '💻 Docs Platform: 🔗 404 Error'
2+
labels: 'Type: Platform,404'
33
description: Broken links, missing pages, and other 404 errors.
4-
4+
type: Bug
55
body:
66
- type: textarea
77
id: url

.github/ISSUE_TEMPLATE/issue-platform-bug.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
name: "💻 Docs Platform: 🐞 Bug"
2-
labels: "Type: Platform,Bug"
1+
name: '💻 Docs Platform: 🐞 Bug'
2+
labels: 'Type: Platform'
3+
type: Bug
34
description: Problems with the technical platform of our docs.
45
body:
56
- type: textarea

.github/ISSUE_TEMPLATE/issue-platform-improvement.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
name: "💻 Docs Platform: ✨ Improvement"
2-
labels: "Type: Platform,Improvement"
1+
name: '💻 Docs Platform: ✨ Improvement'
2+
labels: 'Type: Platform'
33
description: Ideas on how we can improve the technical capabilities of our docs platform.
4+
type: Improvement
45
body:
56
- type: textarea
67
id: problem

apps/changelog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@radix-ui/react-icons": "^1.3.2",
2626
"@radix-ui/react-toolbar": "^1.1.0",
2727
"@radix-ui/themes": "^3.1.3",
28-
"@sentry/nextjs": "9.2.0",
28+
"@sentry/nextjs": "9.3.0",
2929
"@spotlightjs/spotlight": "^2.1.1",
3030
"next": "15.1.2",
3131
"next-auth": "^4.24.5",

develop-docs/application-architecture/feedback-architecture.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,8 @@ In Relay v24.5.1, we migrated feedback to its own kafka topic + consumer,
9393

9494
### Attachments
9595

96-
We only use attachments for the widget’s screenshot feature, which allows users
97-
to submit **at most 1 screenshot per feedback**. Attachments are another [item type](/sdk/data-model/envelopes/#attachment)
98-
in an envelope.
96+
Attachments are another [item type](/sdk/data-model/envelopes/#attachment)
97+
in an envelope. We use attachments for the widget’s screenshot feature.
9998

10099
- SDK v8.0.0+, Relay v24.5.1+: Sends the feedback and attachment items in the same envelope.
101100
- SDK < v8, all Relay versions: Sends a separate envelope for each item.

develop-docs/sdk/data-model/event-payloads/exception.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,14 @@ the root exception (the last to be listed in the exception values).
111111

112112
: An optional flag indicating that this exception is part of an exception group type specific to the platform or language.
113113

114+
`source`
115+
116+
: An optional string value describing the source of the exception. The SDK should populate this with the name of the property or attribute of the parent exception that this exception was acquired from. In the case of an array, it should include the zero-based array index as well.
117+
118+
- Python Examples: `"__context__"`, `"__cause__"`, `"exceptions[0]"`, `"exceptions[1]"`
119+
- .NET Examples: `"InnerException"`, `"InnerExceptions[0]"`, `"InnerExceptions[1]"`
120+
- JavaScript Examples: `"cause"`, `"errors[0]"`, `"errors[1]"`
121+
114122
`meta`
115123

116124
: Optional information from the operating system or runtime on the exception

0 commit comments

Comments
 (0)