getsentry / team-mobile

Meta issues for the Mobile team
4 stars 1 forks source link

[EPIC] Tag all spans with thread info #153

Open markushi opened 1 year ago

markushi commented 1 year ago

For mobile starfish we want to tag all spans, indicating if the ran on the main thread or not. The main thread flag is determined in the moment the span was started (similar to otel).

See span data conventions https://develop.sentry.dev/sdk/performance/span-data-conventions/#thread on how to add this info.

### Tasks
- [ ] https://github.com/getsentry/sentry-java/issues/2997
- [ ] https://github.com/getsentry/sentry-cocoa/issues/3355
- [ ] React Native
- [ ] Flutter