sentry-react-native
sentry-react-native copied to clipboard
Official Sentry SDK for React Native
Currently RN release health is powered by the native layers. That is: `sentry-android` for Android and `sentry-cocoa` for iOS and macOS. For Windows, we have no native layer, so only...
By default, the Sentry auth token is added to source control in multiple ways: - ./ios/sentry.properties and ./android/sentry.properties - In our case, added to `fastfile` in the `upload_symbols_to_sentry` step The...
Any plans to support a React Native FullStory integration akin to https://github.com/getsentry/sentry-fullstory ?
When using https://reactnative.dev/docs/ram-bundles-inline-requires line numbers may be mismatched, the reason is unknown, could be that RN generates already mismatched line numbers or Sentry symbolication do it wrongly. Removing `extraPackagerArgs: ["--indexed-ram-bundle"]`...
The JS SDK appends the stack trace to a [top-level property](https://develop.sentry.dev/sdk/event-payloads/stacktrace/) instead of the `threads` interface. It works on iOS because the event is sent as it is. It fails...
### Environment How do you use Sentry? Sentry SaaS (sentry.io) Which SDK and version? @sentry/react-native 3.2.13 ### Steps to Reproduce I need to report inner error when throwing exceptions, and...
https://github.com/getsentry/sentry-react-native/blob/4f97e940a96576457cd7a5b0c7acf884768ded07/src/js/integrations/debugsymbolicator.ts#L69-L74 Android now supports Contexts
### Environment How do you use Sentry? Sentry SaaS (sentry.io) Which SDK and version? e.g: Sentry React Native 3.3.3 ### Steps to Reproduce Sample code: ```js import { StatusBar }...
The native SDKs could have a span creation callback that would be leverage by hybrid SDKs such as RN. In the event of span/transaction creation, the hybrid layer would listen...
## :loudspeaker: Type of change - [x] Bugfix ## :scroll: Description Added a `replacer` for some `JSON.serialize` calls, to avoid unprotected throws due to circular constructs. ## :bulb: Motivation and...