sentry-react-native
sentry-react-native copied to clipboard
Official Sentry SDK for React Native
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.7 to 3.25.11. Changelog Sourced from github/codeql-action's changelog. CodeQL Action Changelog See the releases page for the relevant changes to the CodeQL CLI and language packs. Note...
Currently, WebViews, RN and native layers keep their own traceId. We could enhance the debugging experience by sharing trace across the hybrid applications layers. ### Examples - RN opens WebView...
### Description `@sentry/babel-plugin-component-annotate` plugin exists as a standalone package and as such can be added to `babel.config.js`. - This introduces another config file Sentry should be added. - As well...
### Reviewed code only This PR tracks progress on the next major version of the Sentry React Native SDK version 6.
## :loudspeaker: Type of change - [x] Enhancement ## :scroll: Description This PR enables replays for RN E2E tests. ## :bulb: Motivation and Context This should ensure we have the...
**OS:** - [ ] Windows - [x] MacOS - [ ] Linux **Platform:** - [x] iOS - [ ] Android **SDK:** - [x] `@sentry/react-native` (>= 1.0.0) - [ ] `react-native-sentry`...
### Description https://github.com/getsentry/sentry-react-native/actions/runs/9582859697/job/26422794329?pr=3846 ``` FAIL test/tracing/stalltracking.iteration.test.ts ● Iteration › Stall tracking should update _stallCount and _totalStallTime when timeout condition is met expect(received).toBeGreaterThanOrEqual(expected) Expected: >= 100 Received: 99 [44](https://github.com/getsentry/sentry-react-native/actions/runs/9582859697/job/26422794329?pr=3846#step:6:45) | //...
Add an API that pauses/resumes reporting app hangs and ANR tracking. This API is required, especially for Flutter and React-Native, to prevent the Cocoa SDK from reporting wrongly detected app...
**OS:** - [ ] Windows - [x] MacOS - [ ] Linux **Platform:** - [x] iOS - [ ] Android **SDK:** - [x] `@sentry/react-native` (>= 1.0.0) - [ ] `react-native-sentry`...
### Description After running `npx expo run:android --variant Release --no-build-cache` in the `samples/expo` the task `:app:createBundleReleaseJsAndAssets` is executed, but `:app:createBundleReleaseJsAndAssets_SentryUpload` is not. ``` ╰─ npx expo run:android --variant Release --no-build-cache...