Skip to content

Update(deps): Bump @sentry/react-native from 8.9.2 to 8.11.0 - #67

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/main/sentry/react-native-8.11.0
Open

Update(deps): Bump @sentry/react-native from 8.9.2 to 8.11.0#67
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/main/sentry/react-native-8.11.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 9, 2026

Copy link
Copy Markdown

Bumps @sentry/react-native from 8.9.2 to 8.11.0.

Release notes

Sourced from @​sentry/react-native's releases.

8.11.0

[!WARNING] ⚠️ Known Issue (iOS): Apps using sentry-react-native 8.10.0+ may crash when using AVAssetDownloadURLSession due to an issue in the sentry-cocoa SDK. Until a fix is released, pin sentry-react-native to 8.9.2 (sentry-cocoa 9.11.0). Follow #7886 for updates.

Features

  • Use accessibilityLabel, aria-label, and testID as fallback labels for touch breadcrumbs when sentry-label is not set (#6103)

Fixes

  • Fix the issue with uploading iOS Debug Symbols in EAS Build when using pnpm (#6076)
  • Improve frame delay collection performance by using sentry-java getFramesDelay API (#6074)

Dependencies

8.10.0

[!WARNING] ⚠️ Known Issue (iOS): Apps using sentry-react-native 8.10.0+ may crash when using AVAssetDownloadURLSession due to an issue in the sentry-cocoa SDK. Until a fix is released, pin sentry-react-native to 8.9.2 (sentry-cocoa 9.11.0). Follow #7886 for updates.

Features

  • Support SENTRY_RELEASE and SENTRY_DIST env vars in build scripts to override values in sentry.options.json at build time (#6070)
  • Add includeWebFeedback Metro config option to exclude @sentry-internal/feedback from the bundle (#6025)
  • Add rage tap detection — rapid consecutive taps on the same element emit ui.multiClick breadcrumbs and appear on the replay timeline with the rage click icon (#5992)

Fixes

  • Android build failure in expo-handler when Android SDK 31 is not installed by using safeExtGet for compileSdkVersion and minSdkVersion (#6061)
  • Stop the Hermes sampling profiler on React instance teardown to prevent pthread_kill SIGABRT when the JS thread is torn down with profiling active (#6035)
  • Restrict the URI scope of getDataFromUri on iOS and Android (#6045)
  • Restrict the Metro source-context middleware to files within the project root (#6044)
  • Escape name and version values when injecting release constants into the web bundle (#6044)
  • Mask the Sentry auth token in the sentry.gradle upload-task lifecycle log (#6057)
  • Discard invalid navigation/interaction transactions via an event processor instead of mutating the internal _sampled flag, removing misleading "dropped due to sampling" debug logs (#6051)

Dependencies

... (truncated)

Changelog

Sourced from @​sentry/react-native's changelog.

8.11.0

Features

  • Use accessibilityLabel, aria-label, and testID as fallback labels for touch breadcrumbs when sentry-label is not set (#6103)

Fixes

  • Fix the issue with uploading iOS Debug Symbols in EAS Build when using pnpm (#6076)
  • Improve frame delay collection performance by using sentry-java getFramesDelay API (#6074)

Dependencies

8.10.0

Features

  • Support SENTRY_RELEASE and SENTRY_DIST env vars in build scripts to override values in sentry.options.json at build time (#6070)
  • Add includeWebFeedback Metro config option to exclude @sentry-internal/feedback from the bundle (#6025)
  • Add rage tap detection — rapid consecutive taps on the same element emit ui.multiClick breadcrumbs and appear on the replay timeline with the rage click icon (#5992)

Fixes

  • Android build failure in expo-handler when Android SDK 31 is not installed by using safeExtGet for compileSdkVersion and minSdkVersion (#6061)
  • Stop the Hermes sampling profiler on React instance teardown to prevent pthread_kill SIGABRT when the JS thread is torn down with profiling active (#6035)
  • Restrict the URI scope of getDataFromUri on iOS and Android (#6045)
  • Restrict the Metro source-context middleware to files within the project root (#6044)
  • Escape name and version values when injecting release constants into the web bundle (#6044)
  • Mask the Sentry auth token in the sentry.gradle upload-task lifecycle log (#6057)
  • Discard invalid navigation/interaction transactions via an event processor instead of mutating the internal _sampled flag, removing misleading "dropped due to sampling" debug logs (#6051)

Dependencies

... (truncated)

Commits
  • d7dc4e8 release: 8.11.0
  • a736b76 feat(core): Use accessibilityLabel, aria-label, and testID as touch breadcrum...
  • 5fda63b perf(android): Replace RNSentryFrameDelayCollector with sentry-java getFrames...
  • bc0d8cf chore: update scripts/update-android.sh to 8.41.0 (#6104)
  • 100ce80 chore: update scripts/update-cocoa.sh to 9.12.1 (#6105)
  • 44c8b3f build(core): Add public API surface tracking with api-extractor (#6093)
  • 91bcd28 chore(ci): Upgrade performance test apps to React Native 0.85.1 (#6088)
  • 23598c3 chore(deps): bump axios from 1.15.0 to 1.16.0 (#6091)
  • d8ef728 ci: Add workflow to notify issues when fix is released (#6089)
  • 6784e2a ci: Add Danger check to warn about auth token handling changes (#6087)
  • Additional commits viewable in compare view

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot @github

dependabot Bot commented on behalf of github May 9, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/main/sentry/react-native-8.11.0 branch from fe4df23 to 6769c3b Compare May 10, 2026 01:31
Bumps [@sentry/react-native](https://github.com/getsentry/sentry-react-native) from 8.9.2 to 8.11.0.
- [Release notes](https://github.com/getsentry/sentry-react-native/releases)
- [Changelog](https://github.com/getsentry/sentry-react-native/blob/main/CHANGELOG.md)
- [Commits](getsentry/sentry-react-native@8.9.2...8.11.0)

---
updated-dependencies:
- dependency-name: "@sentry/react-native"
  dependency-version: 8.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/main/sentry/react-native-8.11.0 branch from 6769c3b to 458beb9 Compare May 10, 2026 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant