Name | Modified | Size | Downloads / 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, // 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
andTransactionEvent
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)
- [changelog](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md#350
- diff
- Bump Cocoa SDK from v8.50.2 to v8.52.0 (#4839, #4887)
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8520
- diff
- Bump CLI from v2.45.0 to v2.46.0 (#4866)
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2460
- diff