Download Latest Version 6.16.1 source code.tar.gz (6.7 MB)
Email in envelope

Get an email when there's a new version of Sentry SDK for React Native

Home / 6.15.0
Name Modified Size InfoDownloads / Week
Parent folder
sentry-react-native-6.15.0.tgz 2025-06-04 444.0 kB
6.15.0 source code.tar.gz 2025-06-04 4.4 MB
6.15.0 source code.zip 2025-06-04 4.8 MB
README.md 2025-06-04 2.9 kB
Totals: 4 Items   9.6 MB 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)

``js Sentry.init({ integrations: [ Sentry.feedbackIntegration({ enableTakeScreenshot: true, // EnablesScreenshotButton` 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

Source: README.md, updated 2025-06-04