Krystof Woldrich
Krystof Woldrich
### Description If users specify `SOURCEMAP_FILE=relative/path.map` the `sentry-cli` fails to find the file. The $PWD is `root/ios`, but the source map file is created in `root/relative/path.map`.
### Description Current [TouchEvents](https://github.com/getsentry/sentry-react-native/blob/0b424725e8453a646513982890ab2a3c66b92c61/src/js/touchevents.tsx#L197-L227) implementation uses `sentry-label`, `user-defined-label` or `displayName` to record what element in the React components tree was interacted with. We can enhance this by using React Component...
### Description The `ignoreErrors` option currently only works for JS errors. We can pass in to the native SDK to filter the native errors and crashes. ```[tasklist] ### 🛑 Blocked...
### Description Currently when Hermes profiling is enabled also the native profilers are running. Adding this option will let users decide if they are interested only in JS or the...
### Description In our View Hierarchy (VH) feature, we read specific identifiers/tags (depending on platform) from view classes and surface this information in the rendered VH on the product. If...
### Description Currently the native build jobs are not required to merge and release a new SDK version. This can cause issue like https://github.com/getsentry/sentry-react-native/issues/3863
## Summary: ### [Android change here](https://github.com/facebook/react-native/pull/37484) This PR builds upon the previous work done in https://github.com/facebook/react-native/pull/36925, which introduced native stack traces to the JSError for synchronous functions. The current modifications...
### Description For Mobile, we recently (re)introduces Features overviews as separate Features pages. We realized that some of the content might be outdated - this issue tracks iterating and updating...
RN SDK uses the normalize function before passing data over the RN Bridge, which only accepts serializable data. Infinity causes -> https://github.com/getsentry/sentry-react-native/issues/4024
### Description Opening https://developer.chrome.com/docs/android/custom-tabs using `expo-web-browser` stops replay and shows `App In Background` breadcrumbs, but after closing the in-app browser the replay does not resume. Using https://github.com/getsentry/sentry-java/releases/tag/7.12.0-alpha.4 and https://github.com/getsentry/sentry-react-native/pull/3930/commits/e9c611678d832d3d30ba674caf70ccd58cec8ab0 This...