bump(sentry-javascript): Bump Sentry JavaScript SDK to 10.60.0#1303
Merged
Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Yarn 1 generated a corrupt lockfile entry for micromatch@4.0.8 without its dependencies, causing CI to fail with "Cannot find module 'braces'". Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 7380168. Configure here.
7 tasks
antonis
approved these changes
Jun 25, 2026
antonis
left a comment
Contributor
There was a problem hiding this comment.
LGTM!
Thank you for also raising the dataCollection issue. Opened a PR on the RN side with an alternative approach to this getsentry/sentry-react-native#6345 but the current approach of marking it as experimental also resonates with me
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

📢 Type of change
📜 Description
@sentry/{angular,react,vue,browser,core,types}from10.52.0to10.60.0across root and sample apps (ionic-angular-v7, ionic-angular-v8, ionic-vue3).@sentry-internal/{eslint-config-sdk,eslint-plugin-sdk,typescript}to@sentry/{eslint-config-sdk,eslint-plugin-sdk,typescript}at10.60.0(renamed upstream in #21371).typescriptfrom5.0.4to5.8.3(required by@sentry/typescriptpeer dep).sendDefaultPiiinBaseCapacitorOptionswithout deprecation, since native SDKs still rely on it.dataCollectiontoBaseCapacitorOptionswith@experimentalannotation — onlyuserInfois bridged to native assendDefaultPii.tsconfig.build.json/tsconfig.esm.jsonextends paths and addsmoduleResolution: "node"override for CJS build..eslintrc.jsplugin/config references from@sentry-internal/sdkto@sentry/sdk.@ts-expect-errordirectives insrc/vendor/fromByteArray.ts, replaced with non-null assertions.bracesresolution to work around a Yarn 1 hoisting bug withmicromatch.💡 Motivation and Context
Keep the Sentry JavaScript SDK up to date. The
@sentry-internal/*packages were renamed to@sentry/*in 10.54.0 and stopped being published under the old scope after 10.57.0, so this bump also handles the migration. ThesendDefaultPiioption was deprecated upstream in favor ofdataCollection, but native SDKs don't supportdataCollectionyet, so we override it as non-deprecated for Capacitor users and bridgedataCollection.userInfoto the native layer.💚 How did you test it?
yarn buildpasses (lint + ESM + CJS)yarn testpasses (233 tests)📝 Checklist
sendDefaultPIIis enabled🔮 Next steps
dataCollectionsupport once Sentry Cocoa and Android SDKs support it