sentry-react-native
sentry-react-native copied to clipboard
Official Sentry SDK for React Native
Merge Cocoa v9 [https://github.com/getsentry/sentry-react-native/pull/5356](https://github.com/getsentry/sentry-react-native/pull/5356)
See [https://github.com/getsentry/sentry-react-native/pull/5356](https://github.com/getsentry/sentry-react-native/pull/5356)
### What React Native libraries do you use? React Native Web, Expo Application Services (EAS), Expo (mobile only) ### Are you using sentry.io or on-premise? sentry.io (SaS) ### @sentry/react-native SDK...
### What React Native libraries do you use? RN New Architecture ### Are you using sentry.io or on-premise? sentry.io (SaS) ### @sentry/react-native SDK Version 7.4.0 ### How does your development...
### What React Native libraries do you use? React Native Web, React Navigation ### Are you using sentry.io or on-premise? sentry.io (SaS) ### @sentry/react-native SDK Version 6.9.0 ### How does...
## :loudspeaker: Type of change - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] Refactoring ## :scroll: Description Replaced the HybridSDK subspec with the...
We want to define a set of [lightweight metrics](https://docs.sentry.io/product/explore/metrics/) that SDKs can automatically collect for e.g. framework, language or platform, focusing only on signals that **do NOT overlap with Tracing**....
### Description One of the customers set `replaysSessionSampleRate: 0` and `replaysOnErrorSampleRate: 0.05`, and replays are still being sent for almost every other session even without an error. Investigate what could...