Skip to content

Bump @sentry/react-native from 5.19.1 to 8.18.0 in /enatega-multivendor-app#2125

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

Bump @sentry/react-native from 5.19.1 to 8.18.0 in /enatega-multivendor-app#2125
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/enatega-multivendor-app/sentry/react-native-8.18.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor

Bumps @sentry/react-native from 5.19.1 to 8.18.0.

Release notes

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

8.18.0

Features

  • Add experimental extendAppStart/finishExtendedAppStart/getExtendedAppStartSpan to extend the standalone app start window and instrument post-init work (#6392)

Changes

  • Consume sentry-cocoa as a prebuilt xcframework by default on iOS (#6413)

    Warning

    This may be a breaking change for some setups. pod install now downloads Sentry.xcframework from sentry-cocoa's GitHub release (SHA256-verified) and vendors it, instead of building Sentry from source as a CocoaPod. If your iOS build breaks after upgrading (e.g. when another pod also depends on the Sentry CocoaPod), or if your pod install environment cannot reach github.com, set SENTRY_USE_XCFRAMEWORK=0 before pod install to restore the previous source-build behavior.

Fixes

  • Skip iOS source maps upload on Debug builds (#6405)

Dependencies

8.18.0-alpha.3

Changes

  • Consume sentry-cocoa as a prebuilt xcframework by default on iOS (#6381)

    Warning

    This may be a breaking change for some setups. pod install now downloads Sentry.xcframework from sentry-cocoa's GitHub release (SHA256-verified) and vendors it, instead of building Sentry from source as a CocoaPod. If your iOS build breaks after upgrading (e.g. when another pod also depends on the Sentry CocoaPod), or if your pod install environment cannot reach github.com, set SENTRY_USE_XCFRAMEWORK=0 before pod install to restore the previous source-build behavior.

8.18.0-alpha.2

Changes

  • Consume sentry-cocoa as a prebuilt xcframework by default on iOS (#6381)

    Warning

    This may be a breaking change for some setups. pod install now downloads Sentry.xcframework from sentry-cocoa's GitHub release (SHA256-verified) and vendors it, instead of building Sentry from source as a CocoaPod. If your iOS build breaks after upgrading (e.g. when another pod also depends on the Sentry CocoaPod), or if your pod install environment cannot reach github.com, set SENTRY_USE_XCFRAMEWORK=0 before pod install to restore the previous source-build behavior.

8.18.0-alpha

Fixes

  • Fix Android New Architecture build failing at CMake configure on React Native 0.75 by gating the libsentry-tm-perf-logger.so native build to RN 0.76+ (#6407)

8.17.2

... (truncated)

Changelog

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

8.18.0

Features

  • Add experimental extendAppStart/finishExtendedAppStart/getExtendedAppStartSpan to extend the standalone app start window and instrument post-init work (#6392)

Changes

  • Consume sentry-cocoa as a prebuilt xcframework by default on iOS (#6413)

    Warning

    This may be a breaking change for some setups. pod install now downloads Sentry.xcframework from sentry-cocoa's GitHub release (SHA256-verified) and vendors it, instead of building Sentry from source as a CocoaPod. If your iOS build breaks after upgrading (e.g. when another pod also depends on the Sentry CocoaPod), or if your pod install environment cannot reach github.com, set SENTRY_USE_XCFRAMEWORK=0 before pod install to restore the previous source-build behavior.

Fixes

  • Skip iOS source maps upload on Debug builds (#6405)

Dependencies

8.17.2

Fixes

  • Fix Android New Architecture build failing to link libsentry-tm-perf-logger.so with an undefined TurboModulePerfLogger::enableLogging symbol on some setups (e.g. armeabi-v7a) (#6406)
  • Fix Android New Architecture build failing at CMake configure on React Native 0.75 by gating the libsentry-tm-perf-logger.so native build to RN 0.76+ (#6407)

8.17.1

[!WARNING] ⚠️ Known Issue (Android): New Architecture builds on sentry-react-native 8.17.1 can fail to build libsentry-tm-perf-logger.so (subset-ABI builds such as armeabi-v7a/Expo, and React Native 0.75) (#6398). Please use 8.17.2.

Fixes

  • Force 16 KB ELF alignment for libsentry-tm-perf-logger.so so it does not break 16 KB page size compatibility on Android 15+ (#6396)

8.17.0

[!WARNING] ⚠️ Known Issue (Android): Apps built with the New Architecture on sentry-react-native 8.17.0 bundle a native library (libsentry-tm-perf-logger.so) that is not 16 KB page aligned, which breaks 16 KB page size compatibility on Android 15+ (and fails Google Play's 16 KB requirement). See #6394. Please use 8.17.2.

Features

... (truncated)

Commits
  • 4f0c9dc release: 8.18.0
  • 3d536d1 chore: update scripts/update-android.sh to 8.48.0 (#6422)
  • 76e557f build: Migrate Yarn from Berry v3.6.4 to v4.17.0 (#6417)
  • 4acd4e9 chore(deps): update JavaScript SDK to v10.64.0 (#6418)
  • bc8f61e test(android): Guard reactNativeArchitectures fix with a subset-ABI build (#6...
  • 39909f1 fix(deps): Bump dev-only js-yaml to 3.15.0 (CVE-2026-53550) (#6414)
  • bf168a4 feat(ios): Consume sentry-cocoa as a prebuilt xcframework by default (#6413)
  • af33f3b feat(tracing): Add extend app start API for standalone app start (#6392)
  • 513aeb3 fix(ios): Skip source maps upload on Debug builds (#6405)
  • c6a8fa6 fix(ci): Bump codeql-action/init to v4.36.3 to match analyze/autobuild (#6410)
  • 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.19.1 to 8.18.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.19.1...8.18.0)

---
updated-dependencies:
- dependency-name: "@sentry/react-native"
  dependency-version: 8.18.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 Jul 13, 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