sentry-react-native
sentry-react-native copied to clipboard
Official Sentry SDK for React Native
**Platform:** - [x] iOS **SDK:** - [x] `@sentry/react-native` (>= 1.0.0) - [ ] `react-native-sentry` (
**OS:** - [ ] Windows - [x] MacOS - [ ] Linux **Platform:** - [x] iOS - [ ] Android **SDK:** - [x] `@sentry/react-native` (>= 1.0.0) - [ ] `react-native-sentry`...
**OS:** - [x] MacOS **Platform:** - [x] iOS (only tried on ios for now) **SDK:** - [x] `@sentry/react-native` (>= 6.0.0) **SDK version:** 6.0.0 **`react-native` version:** 0.75.2 **Are you using Expo?**...
### 🛑 Blocked by backend Release Health changes This change would require change of calculating crash rate independent of `handled: false`. As rejected promises do not cause a crash in...
### 🛑 Blocked by https://github.com/getsentry/sentry-java/issues/3653 ### Description ``` Crashed: null pointer dereference #1 SIGSEGV 0x0000000000000000 libc.so (Missing BuildId d1a98b526f2f94260a53c3055979a4f6) ``` We've observed that this crash spiked on 7th Sep. We've...
**OS:** - [ ] Windows - [O] MacOS - [ ] Linux **Platform:** - [O] iOS - [O] Android **SDK:** - [O] `@sentry/react-native` (>= 1.0.0) - [ ] `react-native-sentry` (
### Description https://docs.sentry.io/platforms/react-native/manual-setup/codepush/ The current CodePush guide still explains importance of release name and dist for source maps. RN now supports Debug IDs which will simplify the guide and the...
**OS:** - [ ] Windows - [x] MacOS - [ ] Linux **Platform:** - [x] iOS - [x] Android **SDK:** - [x] `@sentry/react-native` (>= 1.0.0) - [ ] `react-native-sentry` (...
**OS:** - [ ] Windows - [x] MacOS - [ ] Linux **Platform:** - [x] iOS - [ ] Android **SDK:** - [x] `@sentry/react-native` (>= 1.0.0) - [ ] `react-native-sentry`...
### Description Currently we override whatever mechanism comes from the JS sdk, see here: https://github.com/getsentry/sentry-react-native/blob/c2a4e9b9386a596d6e84a9d857c77418388c0e5f/src/js/integrations/reactnativeerrorhandlers.ts#L146-L160 Perhaps we should preserve the original mechanism type at least, because it might be useful...