Synchronize `PropagationContext` across hybrid layers

Open
#6,254 2 comments 1 reaction 1 assignee View on GitHub

@alwx is already working on this.

Since Jun 8, 2026.

Assessment

This issue has not been assessed yet.

Description

Feature Mobile React-Native Traces

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
  • RN opens WebView and an error (Browser SDK in WebView captured an error) happens on the web due to RN not supplying needed data (error was capture by RN). These are not sharing the same trace as the SDK operate independently.
  • Native SDK captures error, due to which data are missing in RN layer, and thus RN captures an error. Currently these errors are no covered by the same trace id.
### Tasks
- [ ] https://github.com/getsentry/sentry-react-native/issues/3918
- [ ] sentry-javascript
- [ ] https://github.com/getsentry/sentry-cocoa/issues/4157
- [x] https://github.com/getsentry/sentry-java/issues/3562
- [ ] https://github.com/getsentry/sentry-dart/issues/2168
Dominant language
TypeScript
Stars
1.8k
Forks
367
Avg merge
1d 4h
Merged PRs (30d)
96

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from getsentry/sentry-react-native

All issues in getsentry/sentry-react-native

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.