Skip to content

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

Closed
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/develop/sentry/react-native-7.13.0
Closed

chore(deps): bump @sentry/react-native from 7.11.0 to 7.13.0#23
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/develop/sentry/react-native-7.13.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

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

Release notes

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

7.13.0 (Stable)

Features

  • Add autoCorrect and spellCheck config options to FeedbackWidget (#5627)
  • Add autoCapitalize="none" to FeedbackWidget email input (#5627)

Fixes

  • Deep merge custom styles with defaults in FeedbackWidget instead of replacing them (#5625)
    • Note that partial style overrides now preserve default properties like padding and borders

Dependencies

7.12.1

Fixes

  • Revert inputPaths to fix circular dependency build errors on iOS (#5644)

7.12.0

[!WARNING] This release contains an issue that can cause iOS builds to fail with circular dependency errors. Please use 7.12.1 instead. See issue #5641 for more details.

Features

  • Extends the experimental support of UI profiling to iOS (#5611)
    Sentry.init({
      _experiments: {
        profilingOptions: {
          profileSessionSampleRate: 1.0,
          lifecycle: 'trace', // or 'manual'
          startOnAppStart: true,
        },
      },
    });
    • Note that the androidProfilingOptions key is now deprecated, and profilingOptions should be used instead
  • Add performance tracking for Expo Router route prefetching (#5606)
    • New wrapExpoRouter utility to instrument manual prefetch() calls with performance spans

... (truncated)

Changelog

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

7.13.0

Features

  • Add autoCorrect and spellCheck config options to FeedbackWidget (#5627)
  • Add autoCapitalize="none" to FeedbackWidget email input (#5627)

Fixes

  • Deep merge custom styles with defaults in FeedbackWidget instead of replacing them (#5625)
    • Note that partial style overrides now preserve default properties like padding and borders

Dependencies

7.12.1

Fixes

  • Revert inputPaths to fix circular dependency build errors on iOS (#5644)

8.0.0-beta.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+)

... (truncated)

Commits
  • 82c2a76 release: 7.13.0
  • 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)
  • 058f147 chore: Merge 7.12.1 back to main (#5650)
  • 510b964 fix(scripts): prevent command injection in expo-upload-sourcemaps (#5636)
  • 315d33d chore(changelog): Add regression warning
  • c0842e7 chore(deps): update Android SDK to v8.32.0 (#5633)
  • bca62c0 chore(deps): bump getsentry/craft from 2.20.1 to 2.21.2 (#5630)
  • 665d3b3 chore(deps): bump getsentry/craft/.github/workflows/changelog-preview.yml (#5...
  • 766baeb chore(deps): bump github/codeql-action from 4.32.0 to 4.32.2 (#5631)
  • 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 7.13.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...7.13.0)

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

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 6, 2026
@koreahghg koreahghg closed this Jul 6, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/develop/sentry/react-native-7.13.0 branch July 6, 2026 12:55
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