Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jun 16, 2025

Bumps @sentry/react-native from 6.10.0 to 6.15.1.

Release notes

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

6.15.1

Dependencies

6.15.0

Features

  • User Feedback Widget Updates

    • FeedbackButton for easy access to the widget (#4378)
    • ScreenshotButton for capturing the application visuals (#4714)
    • Theming support to better align with the application styles (#4677)
    Sentry.init({
      integrations: [
        Sentry.feedbackIntegration({
          enableTakeScreenshot: true, // Enables `ScreenshotButton`
          themeDark: {
            // Add dark theme styles here
          },
          themeLight: {
            // Add light theme styles here
          },
        }),
      ],
    });
    Sentry.showFeedbackButton();
    Sentry.hideFeedbackButton();

    To learn more visit the documentation.

  • Re-export ErrorEvent and TransactionEvent types (#4859)

Fixes

  • crashedLastRun now returns the correct value (#4829)
  • Use engine-specific promise rejection tracking (#4826)
  • Fixes Feedback Widget accessibility issue on iOS (#4739)
  • Measuring TTID or TTFD could cause a crash when parentSpanId was removed (#4881)

Dependencies

... (truncated)

Changelog

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

6.15.1

Dependencies

6.15.0

Features

  • User Feedback Widget Updates

    • FeedbackButton for easy access to the widget (#4378)
    • ScreenshotButton for capturing the application visuals (#4714)
    • Theming support to better align with the application styles (#4677)
    Sentry.init({
      integrations: [
        Sentry.feedbackIntegration({
          enableTakeScreenshot: true, // Enables `ScreenshotButton`
          themeDark: {
            // Add dark theme styles here
          },
          themeLight: {
            // Add light theme styles here
          },
        }),
      ],
    });
    Sentry.showFeedbackButton();
    Sentry.hideFeedbackButton();

    To learn more visit the documentation.

  • Re-export ErrorEvent and TransactionEvent types (#4859)

Fixes

  • crashedLastRun now returns the correct value (#4829)
  • Use engine-specific promise rejection tracking (#4826)
  • Fixes Feedback Widget accessibility issue on iOS (#4739)
  • Measuring TTID or TTFD could cause a crash when parentSpanId was removed (#4881)

Dependencies

  • Bump Bundler Plugins from v3.4.0 to v3.5.0 (#4850)

... (truncated)

Commits
  • fb4dc7b release: 6.15.1
  • 6e8a851 chore(deps): bump github/codeql-action from 3.28.18 to 3.28.19 (#4903)
  • ec2a485 fix(feedback): show dev note when trying to retrieve image in ExpoGo (#4900)
  • df5da5d chore: update scripts/update-cocoa.sh to 8.52.1 (#4899)
  • 940bd65 fix(expo-sample): replace isExpoGo with isRunningInExpoGo (#4892)
  • 0e42017 Merge branch 'release/6.15.0'
  • c76c020 release: 6.15.0
  • 7d3c3cb chore: update scripts/update-cocoa.sh to 8.52.0 (#4887)
  • 8dd26dc fix(ttd): Gracefully handle missing parentSpanId when measuring TTID/TTFD o...
  • f963533 chore(changelog): Summarize Feedback Drop 2 Updates (#4882)
  • 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.10.0 to 6.15.1.
- [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.10.0...6.15.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 16, 2025
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jun 30, 2025

Superseded by #112.

@dependabot dependabot bot closed this Jun 30, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/sentry/react-native-6.15.1 branch June 30, 2025 22:09
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.

2 participants