Skip to content

Bump @sentry/react-native from 6.6.0 to 7.9.0 in /enatega-multivendor-restaurant#1633

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

Bump @sentry/react-native from 6.6.0 to 7.9.0 in /enatega-multivendor-restaurant#1633
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/enatega-multivendor-restaurant/sentry/react-native-7.9.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 19, 2026

Bumps @sentry/react-native from 6.6.0 to 7.9.0.

Release notes

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

7.9.0

Features

  • Experimental support of UI profiling on Android (#5518)
  • Expose iOS options to ignore views from subtree traversal (#5545)
    • Use includedViewClasses to only traverse specific view classes, or excludedViewClasses to skip problematic view classes during session replay and screenshot capture
    import * as Sentry from '@sentry/react-native';
    Sentry.init({
    replaysSessionSampleRate: 1.0,
    integrations: [
    Sentry.mobileReplayIntegration({
    includedViewClasses: ['UILabel', 'UIView', 'MyCustomView'],
    excludedViewClasses: ['WKWebView', 'UIWebView'],
    }),
    ],
    });

Fixes

  • Fix duplicate error reporting on iOS with New Architecture (#5532)
  • Fix for missing replay_id from metrics (#5483)
  • Skip span ID check when standalone mode is enabled (#5493)
  • Fix traces not always being attached to replays with errors (#5538)

Dependencies

7.8.0

Features

  • Adds Metrics Beta (#5402)
  • Improves Expo Router integration to optionally include full paths to components instead of just component names (#5414)

... (truncated)

Changelog

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

7.9.0

Features

  • Experimental support of UI profiling on Android (#5518)
  • Expose iOS options to ignore views from subtree traversal (#5545)
    • Use includedViewClasses to only traverse specific view classes, or excludedViewClasses to skip problematic view classes during session replay and screenshot capture
    import * as Sentry from '@sentry/react-native';
    Sentry.init({
    replaysSessionSampleRate: 1.0,
    integrations: [
    Sentry.mobileReplayIntegration({
    includedViewClasses: ['UILabel', 'UIView', 'MyCustomView'],
    excludedViewClasses: ['WKWebView', 'UIWebView'],
    }),
    ],
    });

Fixes

  • Fix duplicate error reporting on iOS with New Architecture (#5532)
  • Fix for missing replay_id from metrics (#5483)
  • Skip span ID check when standalone mode is enabled (#5493)
  • Fix traces not always being attached to replays with errors (#5538)

Dependencies

7.8.0

Features

... (truncated)

Commits
  • 649ad77 release: 7.9.0
  • 4997892 feat: Expose iOS options to ignore views from subtree traversal (#5545)
  • 7b02433 Experimental: Android UI profiling (#5518)
  • 462b16e chore(deps): update Android SDK to v8.30.0 (#5539)
  • 829dc24 fix(replay): Fix traces not always being attached to replays with errors (#5538)
  • c73f7cc fix(ios): Fix duplicate JS error reporting on iOS with New Architecture (#5532)
  • c155be5 chore: update scripts/update-bundler-plugins.sh to 4.6.2 (#5536)
  • 16e0f06 chore: update scripts/update-javascript.sh to 10.34.0 (#5535)
  • 2939194 chore(deps): bump undici from 6.21.3 to 6.23.0 (#5533)
  • a334848 Add claude settings.json (#5531)
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 6.6.0 to 7.9.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@6.6.0...7.9.0)

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