Krystof Woldrich
Krystof Woldrich
### Description Currently, E2E tests only focus on errors. ```[tasklist] ### What scenarios to test? - [ ] App start - [ ] Manually instrumented active span - [ ]...
### Description To prevent https://github.com/getsentry/sentry-react-native/security/advisories/GHSA-68c2-4mpx-qh95 in the future, we can add a GitHub Action which will add a warning to a PR when changes related to handling sentry auth token...
### Description At the moment Spotlight is only enabled in the JS layer of React Native. Since Android and iOS also support sending events to Spotlight we can enable the...
### Description This change is required for JS v8, as`spanRecorder` was definitively removed. - https://github.com/getsentry/sentry-javascript/pull/10977/ ```[tasklist] ### Tasks - [ ] Add integration test not relying on internal structure StallTrackingInstrumentation...
This change is required for JS v8, as`spanRecorder` was definitively removed. - https://github.com/getsentry/sentry-javascript/pull/10977/ ```[tasklist] ### Tasks - [ ] Add integration test not relying on internal structure NativeFramesInstrumention [impl](https://github.com/getsentry/sentry-react-native/blob/071289ab6301baec9dc8f19d86e2779cc00e1902/src/js/tracing/nativeframes.ts#L24) -...
### Description Currently, we have 7 different packages, in the repository, which makes managing dependencies complex and incompatible with Dependabot, which opens separate PRs for every single package. Switching to...
When object without stack trace is captured by `captureException`, syntheticException is created to capture where was the `captureException` called. Currently the top of the stack trace is the `syntheticException` line...
### Description This feature was recently added to [`sentry-cocoa`](https://github.com/getsentry/sentry-cocoa/pull/3644/checks) and was requested in [`sentry-react-native`](https://github.com/getsentry/sentry-react-native/issues/3670). To enable it in RN, we need `sentry-android` to support it. Feature summary: A flag users...
I've just noticed a small typo in the example code in the `README.md`.
Since https://github.com/getsentry/sentry-react-native/pull/3349 RN SDK sends profiles with UI frames, CPU and Memory. https://sentry-sdks.sentry.io/profiling/profile/sentry-react-native/4f0be51bd1534274b5b0fc1874520fd8/flamegraph/  The current UI doesn't display the measurements. Note not all RN...