Skip to content

Bump @sentry/react-native from 5.19.1 to 8.0.0 in /enatega-multivendor-app#1757

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/enatega-multivendor-app/sentry/react-native-8.0.0
Open

Bump @sentry/react-native from 5.19.1 to 8.0.0 in /enatega-multivendor-app#1757
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/enatega-multivendor-app/sentry/react-native-8.0.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 16, 2026

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

Release notes

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

8.0.0

Upgrading from 7.x to 8.0

Version 8 of the Sentry React Native SDK updates the underlying native SDKs (Cocoa v9, CLI v3, Android Gradle Plugin v6) which introduce breaking changes in minimum version requirements and build tooling.

See our migration docs for more information.

Breaking Changes

Minimum Version Requirements

  • iOS/macOS/tvOS: (#5356)

    • iOS 15.0+ (previously 11.0+)
    • macOS 10.14+ (previously 10.13+)
    • tvOS 15.0+ (previously 11.0+)
  • Android: (#5578)

    • Sentry Android Gradle Plugin 6.0.0 (previously 5.x)
    • Android Gradle Plugin 7.4.0+ (previously 7.3.0+)
    • Kotlin 1.8+
  • Sentry Self-Hosted: (#5523)

    • Sentry CLI v3 requires self-hosted 25.11.1+ (previously 25.2.0)

Features

  • Capture App Start errors and crashes by initializing Sentry from sentry.options.json (#4472)

    Create sentry.options.json in the React Native project root and set options the same as you currently have in Sentry.init in JS.

    {
        "dsn": "https://key@example.io/value",
    }

    Initialize Sentry on the native layers by newly provided native methods.

    import io.sentry.react.RNSentrySDK
    class MainApplication : Application(), ReactApplication {
    override fun onCreate() {
    super.onCreate()
    RNSentrySDK.init(this)
    }
    }

... (truncated)

Changelog

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

8.0.0

Upgrading from 7.x to 8.0

Version 8 of the Sentry React Native SDK updates the underlying native SDKs (Cocoa v9, CLI v3, Android Gradle Plugin v6) which introduce breaking changes in minimum version requirements and build tooling.

See our migration docs for more information.

Breaking Changes

Minimum Version Requirements

  • iOS/macOS/tvOS: (#5356)

    • iOS 15.0+ (previously 11.0+)
    • macOS 10.14+ (previously 10.13+)
    • tvOS 15.0+ (previously 11.0+)
  • Android: (#5578)

    • Sentry Android Gradle Plugin 6.0.0 (previously 5.x)
    • Android Gradle Plugin 7.4.0+ (previously 7.3.0+)
    • Kotlin 1.8+
  • Sentry Self-Hosted: (#5523)

    • Sentry CLI v3 requires self-hosted 25.11.1+ (previously 25.2.0)

Features

  • Capture App Start errors and crashes by initializing Sentry from sentry.options.json (#4472)

    Create sentry.options.json in the React Native project root and set options the same as you currently have in Sentry.init in JS.

    {
        "dsn": "https://key@example.io/value",
    }

    Initialize Sentry on the native layers by newly provided native methods.

    import io.sentry.react.RNSentrySDK
    class MainApplication : Application(), ReactApplication {
    override fun onCreate() {
    super.onCreate()
    RNSentrySDK.init(this)
    }
    }

... (truncated)

Commits
  • 316a2df release: 8.0.0
  • 4161075 chore:v8: Adds changelog for GA (#5660)
  • 98a50eb Merge branch 'main' into v8
  • 8a868fe Merge branch 'release/7.13.0'
  • 82c2a76 release: 7.13.0
  • e3f317a chore(deps): v8: update Cocoa SDK to v9.4.1 (#5656)
  • 77018cc test(e2e): Update iOS envelope header test for Cocoa SDK v9 (#5623)
  • bbe7264 Merge branch 'main' into v8
  • 74979ac chore: update scripts/update-bundler-plugins.sh to 4.9.1 (#5649)
  • 769e11c CI: update workflows with newer version of Xcode (+ iOS SDK) (#5635)
  • 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.0.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.0.0)

---
updated-dependencies:
- dependency-name: "@sentry/react-native"
  dependency-version: 8.0.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 Feb 16, 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