You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extend sentry-android Replay Breadcrumbs conversion so hybrid SDKs like RN can change the conversion, add new conversion, overwrite existing conversion and remove breadcrumb. For ui.tab only adding new conversion is needed, but other types of breadcrumbs, navigation will require overwrite and remove.
The conversion from touch to ui.tap might be implemented for example like this.
Description
The RN SDK captures
touch
breadcrumbs. These are unknown to Sentry Replay player and needs to be converted toui.tap
.Breadcrumbs conversion was added for
sentry-android
in https://github.com/getsentry/sentry-java/pull/3406/files#diff-2f6abcfaf76542e5e58a9fbd4458b23ca658763d9bc0f989abfdeeee5c5898ddR205Extend
sentry-android
Replay Breadcrumbs conversion so hybrid SDKs like RN can change the conversion, add new conversion, overwrite existing conversion and remove breadcrumb. Forui.tab
only adding new conversion is needed, but other types of breadcrumbs, navigation will require overwrite and remove.The conversion from
touch
toui.tap
might be implemented for example like this.The RN SDK Android Replay is implemented in https://github.com/getsentry/sentry-react-native/pull/3714/files#diff-d6a452754193c856062829091f3c2012c9db45999fed9a4bddddf3850ea9dfb0
The text was updated successfully, but these errors were encountered: