Skip to content

Conversation

@dependabot
Copy link

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

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

Release notes

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

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.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)

Commits
  • 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)
  • b4d6bde chore: update scripts/update-wizard.sh to v5.1.0 (#4879)
  • 1f1c420 fix(ci): Change current maestro lookup to e2e-v2.yml (#4880)
  • 43460ef fix(security): Reduct sensitive data from Maestro logs (#4872)
  • a1082c0 fix(e2e): Remove auth token from launch params (#4876)
  • bfbb0a1 chore: update scripts/update-cli.sh to 2.46.0 (#4866)
  • 209f66f feat(sdk): re-export ErrorEvent and TransactionEvent types (#4859)
  • 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 Jun 9, 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 dependabot bot force-pushed the dependabot/npm_and_yarn/sentry/react-native-6.15.0 branch 4 times, most recently from a009f36 to 5951028 Compare June 15, 2025 15:37
Bumps [@sentry/react-native](https://github.com/getsentry/sentry-react-native) from 6.10.0 to 6.15.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.10.0...6.15.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/sentry/react-native-6.15.0 branch from 5951028 to 0aa7bd6 Compare June 15, 2025 21:24
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jun 16, 2025

Superseded by #110.

@dependabot dependabot bot closed this Jun 16, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/sentry/react-native-6.15.0 branch June 16, 2025 19:32
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