Skip to content

Bump @sentry/react-native from 5.22.3 to 8.5.0 in /enatega-multivendor-rider#1890

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/enatega-multivendor-rider/sentry/react-native-8.5.0
Closed

Bump @sentry/react-native from 5.22.3 to 8.5.0 in /enatega-multivendor-rider#1890
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/enatega-multivendor-rider/sentry/react-native-8.5.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 23, 2026

Bumps @sentry/react-native from 5.22.3 to 8.5.0.

Release notes

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

8.5.0

Features

  • Support SENTRY_ENVIRONMENT in bare React Native builds (#5823)
  • Add expoUpdatesListenerIntegration that records breadcrumbs for Expo Updates lifecycle events (#5795)
    • Tracks update checks, downloads, errors, rollbacks, and restarts as expo.updates breadcrumbs
    • Enabled by default in Expo apps (requires expo-updates to be installed)
  • feat(android): Expose enableAnrFingerprinting option (#5838)
  • Show feedback widget on device shake (#5754)
    • Use Sentry.enableFeedbackOnShake() / Sentry.disableFeedbackOnShake() or set feedbackIntegration({ enableShakeToReport: true })

Fixes

  • Fix native frames measurements being dropped due to race condition (#5813)
  • Fix app start data lost when first navigation transaction is discarded (#5833)

Dependencies

8.4.0

Fixes

  • Pass screenshotStrategy option from mobileReplayIntegration to the Android native SDK (#5808)

Features

  • Add wrapExpoImage and wrapExpoAsset for Expo performance monitoring (#5427)
    • wrapExpoImage instruments Image.prefetch and Image.loadAsync from expo-image
    • wrapExpoAsset instruments Asset.loadAsync from expo-asset
    import { Image } from 'expo-image';
    import { Asset } from 'expo-asset';
    import * as Sentry from '@sentry/react-native';
    Sentry.wrapExpoImage(Image);
    Sentry.wrapExpoAsset(Asset);

  • Adds tags with Expo Updates context variables to make them searchable and filterable (#5788)
  • Automatically capture a warning event when Expo Updates performs an emergency launch (#5794)
  • Adds environment configuration in the Expo config plugin. This can be set with the SENTRY_ENVIRONMENT env variable or in sentry.options.json (#5796)
    ["@sentry/react-native/expo", {
      "useNativeInit": true,
      "options": {

... (truncated)

Changelog

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

8.5.0

Features

  • Support SENTRY_ENVIRONMENT in bare React Native builds (#5823)
  • Add expoUpdatesListenerIntegration that records breadcrumbs for Expo Updates lifecycle events (#5795)
    • Tracks update checks, downloads, errors, rollbacks, and restarts as expo.updates breadcrumbs
    • Enabled by default in Expo apps (requires expo-updates to be installed)
  • feat(android): Expose enableAnrFingerprinting option (#5838)
  • Show feedback widget on device shake (#5754)
    • Use Sentry.enableFeedbackOnShake() / Sentry.disableFeedbackOnShake() or set feedbackIntegration({ enableShakeToReport: true })

Fixes

  • Fix native frames measurements being dropped due to race condition (#5813)
  • Fix app start data lost when first navigation transaction is discarded (#5833)

Dependencies

8.4.0

Fixes

  • Pass screenshotStrategy option from mobileReplayIntegration to the Android native SDK (#5808)

Features

  • Add wrapExpoImage and wrapExpoAsset for Expo performance monitoring (#5427)
    • wrapExpoImage instruments Image.prefetch and Image.loadAsync from expo-image
    • wrapExpoAsset instruments Asset.loadAsync from expo-asset
    import { Image } from 'expo-image';
    import { Asset } from 'expo-asset';
    import * as Sentry from '@sentry/react-native';
    Sentry.wrapExpoImage(Image);
    Sentry.wrapExpoAsset(Asset);

  • Adds tags with Expo Updates context variables to make them searchable and filterable (#5788)
  • Automatically capture a warning event when Expo Updates performs an emergency launch (#5794)
  • Adds environment configuration in the Expo config plugin. This can be set with the SENTRY_ENVIRONMENT env variable or in sentry.options.json (#5796)
    ["@sentry/react-native/expo", {

... (truncated)

Commits
  • d2199b7 release: 8.5.0
  • e751975 feat(feedback): Show feedback widget on device shake (#5754)
  • 449b1c8 feat(android): Expose enableAnrFingerprinting option (#5838)
  • cfd2d4f fix(tracing): Recover app start data when first navigation transaction is dis...
  • 11f4bd9 chore: update scripts/update-android.sh to 8.36.0 (#5812)
  • 6d9272d Add expoUpdatesListenerIntegration that records breadcrumbs for Expo Update...
  • 97afe8e chore(deps): update Sentry Android Gradle Plugin to v6.2.0 (#5836)
  • 35b0e15 fix(ci): Update Appium version to fix Sauce Labs metrics tests (#5835)
  • b3d804e chore(deps): update JavaScript SDK to v10.44.0 (#5832)
  • cf8636c chore(deps): bump eslint from 8.x to 9.x (#5827)
  • 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.22.3 to 8.5.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.22.3...8.5.0)

---
updated-dependencies:
- dependency-name: "@sentry/react-native"
  dependency-version: 8.5.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 Mar 23, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 2, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/enatega-multivendor-rider/sentry/react-native-8.5.0 branch April 2, 2026 16:26
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.

1 participant