sentry-react-native
sentry-react-native copied to clipboard
Official Sentry SDK for React Native
Based on [https://github.com/facebook/react-native/pull/51627/files](https://github.com/facebook/react-native/pull/51627/files) add a new workflow which will rerun failed E2E workflows as that usually solved issues with slow and unresponsive simulators.
### Description On react native context, where we only have one user, Sentry.SetUser could use the global scope instead of an isolation scope. We could target v7 with this change....
### Problem Statement This issue is intended to track community interest in this feature. If you'd like to see logging support for Firebase Analytics in the React Native SDK, please...
### Description @krystofwoldrich Initially tried to add the auto tests in https://github.com/getsentry/sentry-react-native/pull/4602 but this PR got stale. Feature branch in https://github.com/getsentry/sentry-react-native/pull/4472 currently contains only manual tests for the android sample....
Hello Sentry team! Thank you for the fantastic work you’ve done so far! I have a feature request related to capturing screenshots in Sentry React Native—particularly for user feedback scenarios....
### Description ### Goals - Upgrade to JS v9 - Upgrade to Sentry Android v8 https://github.com/getsentry/sentry-react-native/pull/4490 - Drop deprecated RN SDK APIs ### Success Criteria - The same as JS...
### Description When adjusting a transaction start time because of the app start time, we should correctly align the profile in Sentry UI to start where the JS VM started...
### What React Native libraries do you use? Expo (mobile only) ### Are you using sentry.io or on-premise? sentry.io (SaS) ### @sentry/react-native SDK Version 6.1.0 ### How does your development...
### Description Although this should never happen intentionally and misalignment of native and JS code is highly discouraged and can cause unexpected crashes. In practice this can happen by accident...
### What React Native libraries do you use? React Native without Frameworks, React Navigation, Hermes ### Are you using sentry.io or on-premise? sentry.io (SaS) ### @sentry/react-native SDK Version 6.7.0 ###...