getsentry / sentry-react-native

Official Sentry SDK for React Native
https://sentry.io
MIT License
1.56k stars 330 forks source link

Send span origin #3052

Open krystofwoldrich opened 1 year ago

krystofwoldrich commented 1 year ago

Description

Backlink https://github.com/getsentry/team-sdks/issues/14

### Tasks
- [ ] https://github.com/getsentry/sentry-javascript/issues/8510
- [ ] RN integrations
krystofwoldrich commented 1 year ago

JS SDK needs to be updated too, otherwise, only some integration will record the trace origin.

github-actions[bot] commented 1 year ago

This issue has gone three weeks without activity. In another week, I will close it.

But! If you comment or otherwise update it, I will reset the clock, and if you label it Status: Backlog or Status: In Progress, I will leave it alone ... forever!


"A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀

kahest commented 6 months ago

@krystofwoldrich with https://github.com/getsentry/sentry-javascript/issues/8510 done, what's missing here?

krystofwoldrich commented 6 months ago

The JS Core Integrations are now sending the trace origin, the RN Integrations are still todo.