getsentry / getsentry/sentry-react-native
Synchronize `PropagationContext` across hybrid layers
Abierto
@alwx ya está trabajando en esto.
Desde el 8/6/2026.
Feature
Mobile
React-Native
Traces
- Lenguaje dominante
- TypeScript
- Estrellas
- 1.8k
- Forks
- 367
- Merge medio
- 1 d 6 h
- PR fusionados (30 d)
- 94
Descripción
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
Guía de contribución
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Evaluación
Este issue todavía no se ha evaluado.