getsentry / sentry-cocoa

The official Sentry SDK for iOS, tvOS, macOS, watchOS.
https://sentry.io/for/cocoa/
MIT License
798 stars 314 forks source link

Synchronize `PropagationContext` across hybrid layers #4157

Open brustolin opened 1 month ago

brustolin commented 1 month ago

Description

Currently, WebViews, RN and native layers keep their own traceId. We could enhance the debugging experience by sharing trace across the hybrid applications layers.

Examples

Meta issue

kahest commented 1 month ago

related: https://github.com/getsentry/sentry-cocoa/issues/3519