sentry-react-native
sentry-react-native copied to clipboard
Official Sentry SDK for React Native
Bumps scripts/update-android.sh from 7.22.5 to 8.15.0. Auto-generated by a [dependency updater](https://github.com/getsentry/github-workflows/blob/main/.github/workflows/updater.yml). ## Changelog ### 8.15.0 #### Features - Add chipset to device context ([#4512](https://github-redirect.dependabot.com/getsentry/sentry-java/pull/4512)) #### Fixes - No longer send...
Bumps scripts/update-javascript.sh from 8.54.0 to 9.32.0. Auto-generated by a [dependency updater](https://github.com/getsentry/github-workflows/blob/main/.github/workflows/updater.yml). ## Changelog ### 9.32.0 #### Important Changes - feat(browser): Add CLS sources to span attributes ([#16710](https://github-redirect.dependabot.com/getsentry/sentry-javascript/pull/16710)) Enhances CLS (Cumulative...
## :loudspeaker: Type of change - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring ## :scroll: Description Before this change, ignoreErrors was only...
### What React Native libraries do you use? React Navigation, Hermes, RN New Architecture ### Are you using sentry.io or on-premise? sentry.io (SaS) ### @sentry/react-native SDK Version 6.14.0 ### How...
Similar [to Android](https://docs.sentry.io/platforms/android/user-feedback/#session-replay) the SR feedback integration should be [documented](https://docs.sentry.io/platforms/react-native/user-feedback/).
Expected features: * BeforeSendFeedback callback * Apply scope data to the feedback, including tags, user, trace and contexts (no breadcrumbs nor extras). Also, EventProcessors should be applied * Report dropped...
#skip-changelog
### What React Native libraries do you use? Hermes, React Navigation, React Native without Frameworks, RN New Architecture. I am testing only on Android ### Are you using sentry.io or...
### What React Native libraries do you use? Hermes ### Are you using sentry.io or on-premise? sentry.io (SaS) ### @sentry/react-native SDK Version 6.15.1 ### How does your development environment look...
It doesn't seem possible to start a new recording session using the react native package as one can using the javascript package, i.e: ``` // You can access the active...