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
Address review feedback on telemetry events command
- Use the shared addJSONOutputFlag for `browsers telemetry events` instead of a
hand-rolled --output flag (consistency with extensions get). [Bugbot]
- Don't send --since/--until when --offset is set: offset is an opaque
X-Next-Offset cursor that already encodes the query window, so the window
flags are ignored when paging. Aligns behavior with the flag help and updates
--until's help to match --since. Added a test. [Bugbot]
- Surface the pagination cursor in JSON mode: `--output json` now emits
{"events": [...], "next_offset": "..."} so scripted callers can paginate
(table mode already printed the hint). Updated the empty-JSON test. [Bugbot]
- README: document `extensions get`, `browsers telemetry events`, and the
`--replay` flag on `telemetry stream`. [review]
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments