sentry-react-native
sentry-react-native copied to clipboard
Official Sentry SDK for React Native
### What React Native libraries do you use? React Navigation ### Are you using sentry.io or on-premise? sentry.io (SaS) ### @sentry/react-native SDK Version 6.19.0 ### How does your development environment...
We need to ensure that Logs are persisted/flushed correctly so that unsent Logs don't get lost when the app crashes.
### What React Native libraries do you use? Hermes ### Are you using sentry.io or on-premise? sentry.io (SaS) ### @sentry/react-native SDK Version 6.17.0 ### How does your development environment look...
### Description The Cocoa and Java SDK retry sending envelopes when getting a 4xx or 5xx HTTP response from the backend. This can lead to a retry loop in some...
Set `annotateReactComponents` to `true` by default for better out of the box experience after considering possible side effects of this change. [https://github.com/getsentry/sentry-react-native/blob/3401245dde03cba4e29953969add939b44460fc1/packages/core/src/js/tools/metroconfig.ts#L25](https://github.com/getsentry/sentry-react-native/blob/3401245dde03cba4e29953969add939b44460fc1/packages/core/src/js/tools/metroconfig.ts#L25)
### Problem Statement https://discord.com/channels/621778831602221064/1437530610011996250/1437889774554845204 and https://github.com/getsentry/sentry-react-native/issues/5162 and probably more causes, would benefit alot if we or the user had the information that X feature is not working because it requires...
When bumping core (getsentry/sentry-react-native#5181), we updated some tests and disabled running tests against older RN versions. For example: 1. The `react-native-test` step currently runs only against RN 0.81.0. 2. The...
We currently support a wide range of React Native versions, and we don't really care if they are being actually used or not. This issue is about moving to a...
### Part of - https://github.com/getsentry/team-mobile/issues/150 ### Blocked by - [ ] https://github.com/getsentry/sentry-cocoa/issues/4488 - [ ] https://github.com/getsentry/sentry-java/issues/3886
### Description Comply with the new spec added with this [PR](https://github.com/getsentry/sentry-docs/pull/15260/files) to the [BatchProcessor develop docs](https://develop.sentry.dev/sdk/telemetry/spans/batch-processor/), which minimizes data loss by sending spans in memory in a couple of scenarios....