sentry-react-native
sentry-react-native copied to clipboard
Official Sentry SDK for React Native
https://github.com/react-native-tvos/react-native-tvos https://reactnative.dev/docs/building-for-tv It might work OOTB but it's never tested I guess. Ideally, we'd create an empty project and test it out first and find out if there are any...
Add option `attachScreenshot` that when opt in, attached a screenshot on error events.
Fixes #2362 ## :loudspeaker: Type of change - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring ## :scroll: Description Adds a `attachScreenshot` option...
We'd like to avoid issues such as https://github.com/getsentry/sentry-react-native/issues/2353#issuecomment-1181732588 Ideally we'd compile a sample app with Sentry as a dynamic library.
Currently when set a `tracesSampleRate` or `tracesSampler`. It's not sync into native during initNativeSdk. However if I set `autoInitializeNativeSdk` to false. The frame data from `RNSentryModule` will be lost because...
Unhandled promise rejections will not be caught by Sentry warning not working (only logging message)
### Environment How do you use Sentry? Sentry SaaS (sentry.io) Which SDK and version? @sentry/[email protected] ### Steps to Reproduce Run the app. ### Expected Result There should be one of...
https://github.com/getsentry/sentry-react-native/blob/main/sentry.gradle Similar to https://github.com/getsentry/sentry-android-gradle-plugin/blob/main/.github/workflows/test-publish-dry-run.yaml
### Environment ``` "react-native": "0.67.4" "@sentry/react-native": "3.4.0" ``` build.gradle ``` project.ext.react = [ enableHermes: true, bundleInBeta: true, devDisabledInBeta: true, bundleInProd: true, devDisabledInProd: true, bundleInDemo: true, devDisabledInDemo: true ] apply from:...
The native SDKs (sentry-android, sentry-cocoa) added support to Attachments. The [spec is in the develop docs](https://develop.sentry.dev/sdk/features/#attachments). Thumbs up if this is the feature you've been waiting for.
Problem: Some events don't get every frame symbolicated, but only a subset of it, not for every event. Repro: Not using Hermes Using RAM bundles with default parameter only `bundleCommand:...