-
-
Notifications
You must be signed in to change notification settings - Fork 368
chore(deps): update JavaScript SDK to v11.0.0 #6773
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -86,12 +86,12 @@ | |
| "react-native": ">=0.65.0" | ||
| }, | ||
| "dependencies": { | ||
| "@sentry/browser": "10.75.2", | ||
| "@sentry/bundler-plugins": "10.75.2", | ||
| "@sentry/browser": "11.0.0", | ||
| "@sentry/bundler-plugins": "11.0.0", | ||
| "@sentry/cli": "3.8.0", | ||
| "@sentry/core": "10.75.2", | ||
| "@sentry/core": "11.0.0", | ||
| "@sentry/expo-upload-sourcemaps": "workspace:*", | ||
| "@sentry/react": "10.75.2" | ||
| "@sentry/react": "11.0.0" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Unmigrated v11 breaking JS APIsHigh Severity Flagged because the review rules require JS dependency bumps to be checked for breaking API and default-integration changes. This PR only retargets Triggered by project rule: PR Review Guidelines for Cursor Bot Reviewed by Cursor Bugbot for commit adfb87a. Configure here. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Span streaming default breaks tracingHigh Severity Flagged because the review rules call out silent default and telemetry-shape changes on dependency updates. v11 enables span streaming by default and deprecates transaction-mode hooks such as Triggered by project rule: PR Review Guidelines for Cursor Bot Reviewed by Cursor Bugbot for commit adfb87a. Configure here. |
||
| }, | ||
| "devDependencies": { | ||
| "@babel/core": "^7.26.7", | ||
|
|
@@ -102,8 +102,8 @@ | |
| "@mswjs/interceptors": "^0.25.15", | ||
| "@react-native/babel-preset": "0.87.1", | ||
| "@react-native/jest-preset": "0.87.1", | ||
| "@sentry/eslint-plugin-sdk": "10.75.2", | ||
| "@sentry/typescript": "10.75.2", | ||
| "@sentry/eslint-plugin-sdk": "11.0.0", | ||
| "@sentry/typescript": "11.0.0", | ||
| "@sentry/wizard": "8.0.0", | ||
| "@testing-library/react-native": "^13.2.2", | ||
| "@types/jest": "^29.5.13", | ||
|
|
||


There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PII collected by default after v11
High Severity
Flagged because the review rules require PII to stay gated behind
sendDefaultPiiand require changelog review on JS dependency bumps. v11 replacessendDefaultPiiwithdataCollectionand collects user info, cookies, HTTP bodies, and similar data by default. This SDK still documents and implementssendDefaultPii(default off) and omitsdataCollectionfromReactNativeOptions, so JS-core collection turns on while apps cannot disable it through the public options type.Triggered by project rule: PR Review Guidelines for Cursor Bot
Reviewed by Cursor Bugbot for commit adfb87a. Configure here.