Skip to content

Commit 7f41731

Browse files
authored
Merge branch 'master' into codyde/javascript-tracing-refactor
2 parents 91abaad + 6e3fc0d commit 7f41731

File tree

399 files changed

+5981
-3296
lines changed

Some content is hidden

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

399 files changed

+5981
-3296
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",

apps/changelog/vercel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"value": "1; mode=block"
1717
},
1818
{
19-
"key": "Content-Security-Policy-Report-Only",
19+
"key": "Content-Security-Policy",
2020
"value": "default-src 'none'; font-src 'self'; style-src 'self' 'unsafe-inline'; script-src 'self' plausible.io 'unsafe-inline' 'unsafe-eval' 'report-sample'; img-src 'self' changelog.sentry.dev lh3.googleusercontent.com storage.googleapis.com; worker-src blob:; connect-src o1.ingest.us.sentry.io plausible.io 'self' changelog.sentry.dev sentry.io sentry.sentry.io storage.googleapis.com; report-uri https://o1.ingest.us.sentry.io/api/4507670276341760/security/?sentry_key=e90f5ea060a4102c0a4c50c740e43ae1;"
2121
}
2222
]

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.

0 commit comments

Comments
 (0)