sentry-react-native
sentry-react-native copied to clipboard
Official Sentry SDK for React Native
### Description Example span payload: ``` "spans": [ { "timestamp": 1742508702.814, "start_timestamp": 1742508700.431, "op": "app.start.cold", "span_id": "42dbf44cc31249b4", "parent_span_id": "7168f0ee0fb14b00", "trace_id": "a8317f799fbb4d4e90103fc8dff13829", "status": "ok", "description": "Cold Start", "origin": "auto.ui.activity", "data": {...
### Description As of now slow and frozen frames are collected and attached to the root transaction. But for Mobile Vitals to work, the app start spans need to have...
## :loudspeaker: Type of change - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring ## :scroll: Description Automatically detect Release name and version...
## :loudspeaker: Type of change - [x] New feature - [x] Enhancement ## :scroll: Description Follow-up to https://github.com/getsentry/sentry-react-native/pull/4916 - https://github.com/getsentry/sentry-react-native/pull/4916 This PR adds a custom endpoint to the Sentry Metro...
### Description Offer the same option on Mobile Replay as seen for JS: https://docs.sentry.io/platforms/javascript/session-replay/understanding-sessions/#ignore-certain-errors-for-error-sampling
## :loudspeaker: Type of change - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring **Based on [feat: Capture app start errors before JS](https://github.com/getsentry/sentry-react-native/pull/4472/)**...
The `packages/core/src/js/index.ts` file was modified to export `featureFlagsIntegration` and `type FeatureFlagsIntegration` from `@sentry/core`. * The `FeatureFlagsIntegration` type was added to the existing type exports block. * The `featureFlagsIntegration` function was...
## Create merge commit. Do not squash. This PR contains reviewed intermediate commits for capturing error before JS start feature. #skip-changelog
## :loudspeaker: Type of change - [x] Enhancement ## :scroll: Description This PR migrates tests that were originally created in Detox to Maestro to unify all the E2E tests. ##...
### 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.5.0 ### How does your development environment...