Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 24, 2025

Bumps @sentry/react-native from 5.22.3 to 7.6.0.

Release notes

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

7.6.0

Fixes

  • Android SDK not being disabled when options.enabled is set to false (#5334)
  • Fixes how bundle IDs are getting defined for individual bundles (#5342)

Dependencies

7.5.0

Features

  • Adds GraphQL integration (#5299)
  • Adds Supabase integration (#5296)
  • Add new experimental Canvas Capture Strategy for Session Replay (#5301)
    • A new screenshot capture strategy that uses Android's Canvas API for more accurate and reliable text and image masking
    • Any .drawText() or .drawBitmap() calls are replaced by rectangles, ensuring no text or images are present in the resulting output
    • Note: If this strategy is used, all text and images will be masked, regardless of any masking configuration
    • To enable this feature, set the screenshotStrategy to canvas:
      import * as Sentry from '@sentry/react-native';
      Sentry.init({
      integrations: [
      Sentry.mobileReplayIntegration({
      screenshotStrategy: 'canvas',
      }),
      ],
      });

Fixes

  • Fixes orientation change misalignment for session replay on Android (#5321)
  • Sync user.geo from SetUser to the native layer (#5302)

Dependencies

... (truncated)

Changelog

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

7.6.0

Fixes

  • Android SDK not being disabled when options.enabled is set to false (#5334)
  • Fixes how bundle IDs are getting defined for individual bundles (#5342)

Dependencies

7.5.0

Features

  • Adds GraphQL integration (#5299)
  • Adds Supabase integration (#5296)
  • Add new experimental Canvas Capture Strategy for Session Replay (#5301)
    • A new screenshot capture strategy that uses Android's Canvas API for more accurate and reliable text and image masking
    • Any .drawText() or .drawBitmap() calls are replaced by rectangles, ensuring no text or images are present in the resulting output
    • Note: If this strategy is used, all text and images will be masked, regardless of any masking configuration
    • To enable this feature, set the screenshotStrategy to canvas:
      import * as Sentry from '@sentry/react-native';
      Sentry.init({
      integrations: [
      Sentry.mobileReplayIntegration({
      screenshotStrategy: 'canvas',
      }),
      ],
      });

Fixes

  • Fixes orientation change misalignment for session replay on Android (#5321)
  • Sync user.geo from SetUser to the native layer (#5302)

Dependencies

... (truncated)

Commits
  • 367acbb release: 7.6.0
  • 72fc84a Fix how bundle IDs are getting defined for individual bundles (#5342)
  • fbcff0b chore: update scripts/update-javascript.sh to 10.24.0 (#5352)
  • 14f576e chore(ci): Require ready-to-merge label to run all checks (#5349)
  • 73f2455 chore: add fastlane code signing setup (#5351)
  • f081f58 chore(deps): bump reactivecircus/android-emulator-runner (#5350)
  • 55b77fc ref: Move options to wrapper (#5340)
  • 4a17c8f chore(deps-dev): bump @​react-native-community/cli from 19.1.1 to 19.1.2 (#5346)
  • 26f6bc2 Update Twitter badge to X badge in README (#5348)
  • aa6e880 chore: X handle update (#5347)
  • 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 5.22.3 to 7.6.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.22.3...7.6.0)

---
updated-dependencies:
- dependency-name: "@sentry/react-native"
  dependency-version: 7.6.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 Nov 24, 2025
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.

1 participant