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
fix: walk full window when telemetry events --types is set
The archive endpoint filters only by category server-side, so --types is
applied client-side after a page is fetched. In default (non --all) mode only
the first page was read, silently dropping matching events on later pages. Route
through the auto-pager whenever a type filter is active so results are complete.
-`--types <list>` - Filter by event type (e.g. `network_response`, `console_error`)
328
+
-`--types <list>` - Filter by event type (e.g. `network_response`, `console_error`); filtered client-side, so this walks every page in the window for complete results
329
329
-`--all` - Fetch every page in the window instead of just the first
0 commit comments