Skip to content

Bump @sentry/react-native from 5.17.0 to 8.12.0 in /enatega-multivendor-restaurant#2201

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/enatega-multivendor-restaurant/sentry/react-native-8.12.0
Open

Bump @sentry/react-native from 5.17.0 to 8.12.0 in /enatega-multivendor-restaurant#2201
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/enatega-multivendor-restaurant/sentry/react-native-8.12.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps @sentry/react-native from 5.17.0 to 8.12.0.

Release notes

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

8.12.0

Features

  • Multi-instance <TimeToInitialDisplay> / <TimeToFullDisplay> coordination (#6090)
    • New ready prop. When a screen has multiple async data sources, mount one <TimeToFullDisplay ready={...} /> per source — TTID/TTFD is recorded only when every instance reports ready === true.
    • The existing record prop is unchanged BUT it is now deprecated in favor of ready.
  • Extract text content from children of touched components as a label fallback for touch breadcrumbs (#6106)
  • Auto-inject sentry-label from static text content at build time when annotateReactComponents is enabled (#6141)
  • Respect Replay Mask boundaries when reading sentry-label for touch breadcrumbs (#6142)
  • Add textComponentNames option to annotateReactComponents for custom text components (#6169)
  • Add first-class expoRouterIntegration() with auto-registration (#6189)
  • Expose addConsoleInstrumentationFilter from @sentry/core (#6180)
  • Expose experimental captureSurfaceViews option for Android Session Replay (#6175)
  • Add OTA SDK version to native sdk.packages when JS bundle version differs from built-in version (#6191)

Fixes

  • Deduplicate native HTTP breadcrumbs that duplicate JS XHR/fetch breadcrumbs (#6132)
  • Fix duplicate JS error reporting on iOS New Architecture when the native SDK is initialized early via sentry.options.json ("Capture App Start Errors"). It's done by applying the ExceptionsManager.reportException C++ wrapper filter in both init paths (#6145)
  • Fix boolean options from sentry.options.json being ignored on Android when using RNSentrySDK.init (#6130)
  • Fix includeWebFeedback: false Metro config option causing crash at startup (#6150)
  • Fix sentry-expo-upload-sourcemaps failing for projects with devEngines.packageManager set to non-npm managers (#6155)
  • Fix Metro serializer wrapper breaking getModulesRunBeforeMainModule for third-party plugins like react-native-worklets bundleMode (#6188)

Dependencies

8.11.1

Fixes

  • Fix iOS crash with AVAssetDownloadTask in urlSessionTask:setState: (#6133)

Dependencies

... (truncated)

Changelog

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

8.12.0

Features

  • Multi-instance <TimeToInitialDisplay> / <TimeToFullDisplay> coordination (#6090)
    • New ready prop. When a screen has multiple async data sources, mount one <TimeToFullDisplay ready={...} /> per source — TTID/TTFD is recorded only when every instance reports ready === true.
    • The existing record prop is unchanged BUT it is now deprecated in favor of ready.
  • Extract text content from children of touched components as a label fallback for touch breadcrumbs (#6106)
  • Auto-inject sentry-label from static text content at build time when annotateReactComponents is enabled (#6141)
  • Respect Replay Mask boundaries when reading sentry-label for touch breadcrumbs (#6142)
  • Add textComponentNames option to annotateReactComponents for custom text components (#6169)
  • Add first-class expoRouterIntegration() with auto-registration (#6189)
  • Expose addConsoleInstrumentationFilter from @sentry/core (#6180)
  • Expose experimental captureSurfaceViews option for Android Session Replay (#6175)
  • Add OTA SDK version to native sdk.packages when JS bundle version differs from built-in version (#6191)

Fixes

  • Deduplicate native HTTP breadcrumbs that duplicate JS XHR/fetch breadcrumbs (#6132)
  • Fix duplicate JS error reporting on iOS New Architecture when the native SDK is initialized early via sentry.options.json ("Capture App Start Errors"). It's done by applying the ExceptionsManager.reportException C++ wrapper filter in both init paths (#6145)
  • Fix boolean options from sentry.options.json being ignored on Android when using RNSentrySDK.init (#6130)
  • Fix includeWebFeedback: false Metro config option causing crash at startup (#6150)
  • Fix sentry-expo-upload-sourcemaps failing for projects with devEngines.packageManager set to non-npm managers (#6155)
  • Fix Metro serializer wrapper breaking getModulesRunBeforeMainModule for third-party plugins like react-native-worklets bundleMode (#6188)

Dependencies

8.11.1

Fixes

  • Fix iOS crash with AVAssetDownloadTask in urlSessionTask:setState: (#6133)

Dependencies

... (truncated)

Commits
  • 2e3438e release: 8.12.0
  • b0d3373 chore: update scripts/update-android.sh to 8.42.0 (#6193)
  • 5125c43 Add a first-class expoRouterIntegration() with auto-registration (#6156) (#6189)
  • c151573 feat(core): Add OTA SDK version to native sdk.packages (#6191)
  • ef27341 feat(core): Expose addConsoleInstrumentationFilter (#6180)
  • 44cbae6 fix(core): Preserve Metro config object identity in serializer wrapper (#6188)
  • 6176a94 feat(replay): Expose captureSurfaceViews option for Android Session Replay (#...
  • 4966363 chore: update scripts/update-sentry-android-gradle-plugin.sh to 6.7.1 (#6190)
  • 1122a96 fix(core): Fix includeWebFeedback crash by stubbing browser wrapper modules (...
  • d8406e9 fix(core): Deduplicate native HTTP breadcrumbs (#6132)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@sentry/react-native](https://github.com/getsentry/sentry-react-native) from 5.17.0 to 8.12.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@5.17.0...8.12.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants