Skip to content

chore(deps): bump @sentry/react-native from 7.11.0 to 8.19.0#116

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

chore(deps): bump @sentry/react-native from 7.11.0 to 8.19.0#116
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/sentry/react-native-8.19.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps @sentry/react-native from 7.11.0 to 8.19.0.

Release notes

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

8.19.0

Features

  • Aggregate TurboModule call counts + latency per (module, method, kind) and flush them on transaction finish and on a lazy periodic timer (#6377)

    Counters land on the finishing transaction as a synthetic turbo_modules.aggregate child span (per-call breakdown in span attributes) plus headline measurements on the root span (turbo_modules.call_count, turbo_modules.error_count, turbo_modules.total_ms, turbo_modules.top_module_ms). Long-running sessions without transactions emit a periodic info-level event (default every 30s, only when there's data).

    Sentry.init({
      integrations: [
        Sentry.turboModuleContextIntegration({
          // optional knobs (defaults shown):
          enableAggregateStats: true,
          aggregateFlushIntervalMs: 30_000,
          ignoreTurboModules: ['RNSentry'],
        }),
      ],
    });
  • Add Sentry.reportFullyDisplayed() imperative API for signaling Time to Full Display (#6419)

  • Add enableHistoricalTombstoneReporting option to report historical tombstones from Android's ApplicationExitInfo (#6450)

Fixes

  • Fix iOS time-to-initial-display fallback spans reporting a spurious deadline_exceeded status and inflated duration (#6438)
  • Fix TypeError when showFeedbackForm/showFeedbackButton/showScreenshotButton is called before FeedbackFormProvider mounts (#6435)
  • Fix orphaned TTID/TTFD spans in the trace view (#6437)
  • Fix iOS retain cycle in RNSentryOnDrawReporterView leaking TTID/TTFD reporter views and their frame-tracker listeners (#6449)
  • Fix expoRouterIntegration bailing out on cold start when Sentry.init() runs before Expo Router's Root Layout mounts — the store.navigationRef check is now retried until both the ref and its .current are populated (#6451)
  • Fix reactNavigationIntegration reading a stale route from an override provider (e.g. expoRouterIntegration), causing navigation transactions to be named/attributed for the previous route (#6458)

Internal

  • Migrate iOS code from the deprecated PrivateSentrySDKOnly SPI (and SentrySwizzle.h macro) to the new SentrySDK.internal Swift API exposed by sentry-cocoa 9.19.0, via a thin in-pod ObjC↔Swift bridge (#6380)

Dependencies

8.18.0

Features

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

... (truncated)

Changelog

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

8.19.0

Features

  • Aggregate TurboModule call counts + latency per (module, method, kind) and flush them on transaction finish and on a lazy periodic timer (#6377)

    Counters land on the finishing transaction as a synthetic turbo_modules.aggregate child span (per-call breakdown in span attributes) plus headline measurements on the root span (turbo_modules.call_count, turbo_modules.error_count, turbo_modules.total_ms, turbo_modules.top_module_ms). Long-running sessions without transactions emit a periodic info-level event (default every 30s, only when there's data).

    Sentry.init({
      integrations: [
        Sentry.turboModuleContextIntegration({
          // optional knobs (defaults shown):
          enableAggregateStats: true,
          aggregateFlushIntervalMs: 30_000,
          ignoreTurboModules: ['RNSentry'],
        }),
      ],
    });
  • Add Sentry.reportFullyDisplayed() imperative API for signaling Time to Full Display (#6419)

  • Add enableHistoricalTombstoneReporting option to report historical tombstones from Android's ApplicationExitInfo (#6450)

Fixes

  • Fix iOS time-to-initial-display fallback spans reporting a spurious deadline_exceeded status and inflated duration (#6438)
  • Fix TypeError when showFeedbackForm/showFeedbackButton/showScreenshotButton is called before FeedbackFormProvider mounts (#6435)
  • Fix orphaned TTID/TTFD spans in the trace view (#6437)
  • Fix iOS retain cycle in RNSentryOnDrawReporterView leaking TTID/TTFD reporter views and their frame-tracker listeners (#6449)
  • Fix expoRouterIntegration bailing out on cold start when Sentry.init() runs before Expo Router's Root Layout mounts — the store.navigationRef check is now retried until both the ref and its .current are populated (#6451)
  • Fix reactNavigationIntegration reading a stale route from an override provider (e.g. expoRouterIntegration), causing navigation transactions to be named/attributed for the previous route (#6458)

Internal

  • Migrate iOS code from the deprecated PrivateSentrySDKOnly SPI (and SentrySwizzle.h macro) to the new SentrySDK.internal Swift API exposed by sentry-cocoa 9.19.0, via a thin in-pod ObjC↔Swift bridge (#6380)

Dependencies

8.18.0

Features

... (truncated)

Commits
  • b57f251 release: 8.19.0
  • 70fdd78 chore(deps): bump ruby/setup-ruby from 1.316.0 to 1.319.0 (#6462)
  • 99ccdb9 chore: update scripts/update-sentry-android-gradle-plugin.sh to 6.15.0 (#6464)
  • 4b5b5d8 fix(tracing): Retry expoRouterIntegration navigationRef lookup (#6451)
  • 32efa23 feat(core): Aggregate TurboModule call counts and latency per (module, method...
  • 63b8285 chore(deps): bump the codeql-action group with 2 updates (#6461)
  • dca181b fix(core): Fix stale route when reactNavigationIntegration uses a route overr...
  • 95a05de ci(dependabot): Group github/codeql-action/* bumps (#6460)
  • 779c3e3 chore: update scripts/update-android.sh to 8.49.0 (#6459)
  • f6d439e feat(android): Add enableHistoricalTombstoneReporting option (#6450)
  • 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 7.11.0 to 8.19.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@7.11.0...8.19.0)

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