Skip to content

Bump @sentry/react-native from 7.2.0 to 7.10.0#785

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/sentry/react-native-7.10.0
Closed

Bump @sentry/react-native from 7.2.0 to 7.10.0#785
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/sentry/react-native-7.10.0

Conversation

@dependabot
Copy link
Contributor

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

Bumps @sentry/react-native from 7.2.0 to 7.10.0.

Release notes

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

7.10.0

Fixes

  • Fixes Android incompatibility with Firebase dependencies (#5563)

Dependencies

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

  • Bump Cocoa SDK from v8.57.3 to v8.58.0 (#5524)

... (truncated)

Changelog

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

7.10.0

Fixes

  • Fixes Android incompatibility with Firebase dependencies (#5563)

Dependencies

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

... (truncated)

Commits
  • 124955b release: 7.10.0
  • e35d0c0 chore(changelog): Add Android fix (#5567)
  • 4d3b686 chore(deps): update Android SDK to v8.31.0 (#5563)
  • d73150f chore: update scripts/update-javascript.sh to 10.36.0 (#5564)
  • a06e222 chore: update scripts/update-javascript.sh to 10.35.0 (#5555)
  • 3920c9e chore: update scripts/update-bundler-plugins.sh to 4.7.0 (#5554)
  • 6c6100d chore: ignore local Claude settings (#5557)
  • 664c66f chore(deps): bump actions/setup-node from 6.1.0 to 6.2.0 (#5552)
  • 116b0dd chore(deps): bump github/codeql-action from 4.31.9 to 4.31.10 (#5549)
  • d21546a chore(deps): bump getsentry/craft/.github/workflows/changelog-preview.yml (#5...
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 26, 2026
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/sentry/react-native-7.10.0 branch from 858f65e to 168f9af Compare February 10, 2026 11:35
Bumps [@sentry/react-native](https://github.com/getsentry/sentry-react-native) from 7.2.0 to 7.10.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.2.0...7.10.0)

---
updated-dependencies:
- dependency-name: "@sentry/react-native"
  dependency-version: 7.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/sentry/react-native-7.10.0 branch from 168f9af to 6d6a3c6 Compare February 10, 2026 11:37
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 16, 2026

Superseded by #800.

@dependabot dependabot bot closed this Feb 16, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/sentry/react-native-7.10.0 branch February 16, 2026 02:53
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