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
Update SentryTraced so that it now honors options.setIgnoredSpanOrigins (#6058)
SentryTraced now checks for its owning transaction dynamically rather than once per app process. The latter caused SentryTraced spans to be dropped process-wide once the original transaction finished (#6057)
Fix typos in Spring GraphQL integration names (GrahQL to GraphQL) (#6061)
Populate the Android connection status cache during the first two minutes after boot, instead of treating the empty cache as up to date (#6029)
Prevent SentryTraced from producing dangling spans if recomposition is abandoned or drawing fails (#6049)
Report a consistent app start type across the app start measurement, contexts.app and the app.start span attributes (#6006)
Improvements
Emit a single ui.compose span per SentryTraced on initial composition instead of one on every recomposition, and set the origin on ui.render spans (#6051)
Internal
Add an internal MonotonicTicker abstraction with Deadline and Stopwatch primitives (#6028)
Add internal Timestamp, EpochClock and AnchoredClock, so related instants project from one wall-clock reading instead of each reading the clock (#6045)