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
feat: detect uninstrumented task spawns and surface in viewer (#293)
* feat: detect uninstrumented task spawns and surface in viewer
Track whether each task was spawned via TelemetryHandle::spawn (with
wake tracking) or raw tokio::spawn. Carries an `instrumented` flag
through the wire format, logs a
per-location summary on shutdown via tracing::debug, and shows a
"no wake data" badge in the viewer's task detail panel.
* Add instrumented field to bench
* Add summary popup and filter for uninstrumented tasks
* Drop collecting spawn locations in-app
* Make TaskSpawnEvent.instrumented bool, move Option to TelemetryEvent
0 commit comments