Krystof Woldrich

Results 185 issues of Krystof Woldrich

### Description Currently, E2E tests only focus on errors. ```[tasklist] ### What scenarios to test? - [ ] App start - [ ] Manually instrumented active span - [ ]...

React-Native

### 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...

Platform: React-Native

### 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...

Platform: React-Native
spotlight

### 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...

Platform: React-Native

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) -...

Platform: React-Native

### 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...

Platform: React-Native

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...

Type: Bug
Package: browser

### 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...

Feature
Android

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/ ![Screenshot 2023-11-15 at 16 10 24](https://github.com/getsentry/sentry/assets/31292499/a38c4e5a-6658-4fb3-bcb1-5e32478b0fea) The current UI doesn't display the measurements. Note not all RN...

Product Area: Profiling
Waiting for: Product Owner