You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
markushi
changed the title
Tag spans with if they ran on the main thread or not
[Starfish] Tag spans with if they ran on the main thread or not
Oct 19, 2023
markushi
changed the title
[Starfish] Tag spans with if they ran on the main thread or not
[Starfish] Tag all spans with main thread flag
Oct 19, 2023
philipphofmann
changed the title
[Starfish] Tag all spans with main thread flag
[Starfish] Tag all spans with thread info
Oct 20, 2023
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
The text was updated successfully, but these errors were encountered: