Open markushi opened 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
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.