Krystof Woldrich
Krystof Woldrich
# Why This PR fixes the `//# sourceMappingURL=file-hash.js.map` which might contain an incorrect file name (the hash is based on the file content) when the `unstable_beforeAssetSerializationPlugins` change the content of...
## :loudspeaker: Type of change - [x] New feature - [x] Enhancement - [x] Refactoring ## :scroll: Description - Superseding https://github.com/getsentry/sentry-react-native/pull/3736 ## :green_heart: How did you test it? - sample...
## Only Reviewed Content from other PRs in this branch This PR contains all the changes needed for RN Mobile Replay. Future alphas and betas should be also released from...
### Description The RN SDK [captures `touch` breadcrumbs](https://github.com/getsentry/sentry-react-native/blob/94b227c7653bbc9dc3b3ba72e2f2e0048a98682e/src/js/touchevents.tsx#L116). These are unknown to Sentry Replay player and needs to be converted to `ui.tap`. Breadcrumbs conversion was added for `sentry-android` in https://github.com/getsentry/sentry-java/pull/3406/files#diff-2f6abcfaf76542e5e58a9fbd4458b23ca658763d9bc0f989abfdeeee5c5898ddR205...
### Description On some Android devices the auto instrumentation for time to initial display results in heartbeat timeout and the TTID span is always 15 seconds. To avoid this bug...
### Description Javascript and some other Sentry SDKs already have this option. The reason to add it to `sentry-java` are Hybrid SDKs. At the moment users of hybrids have to...
### Description Add new runtime property to `SentryBreadcrumb` called `origin`, this can be used to identify source of the breadcrumb. For example hybrid SDKs can identify native breadcrumbs from JS...
### Description ### Description Javascript and some other Sentry SDKs already have this option. The reason to add it to `sentry-cocoa` are Hybrid SDKs. At the moment users of hybrids...
### Description ### Description Add new runtime property to `SentryBreadcrumb` called `origin`, this can be used to identify source of the breadcrumb. For example hybrid SDKs can identify native breadcrumbs...
## :loudspeaker: Type of change - [x] Bugfix ## :scroll: Description This PR fixes visible SVG from `react-native-svg` the most popular library for handling SVGs in RN. RN doesn't have...