Skip to content

Commit 832790f

Browse files
committed
fix: stream --categories uses API category field and corrects known category list
1 parent bd84338 commit 832790f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ Commands with JSON output support:
293293
- `kernel browsers telemetry status <id>` - Show current telemetry configuration
294294
- `-o, --output json` - Output raw JSON telemetry config
295295
- `kernel browsers telemetry stream <id>` - Stream live telemetry events
296-
- `--categories <list>` - Filter by category (console,network,page,interaction,monitor); `monitor` is always-on and filter-only — cannot be toggled via `telemetry set`
296+
- `--categories <list>` - Filter by API event category (console,network,page,interaction,system,api); `system` covers `monitor_*` and `cdp_*` events
297297
- `--types <list>` - Filter by event type (e.g. network_response,console_error)
298298
- `--seq <n>` - Resume stream from sequence number (Last-Event-ID)
299299
- `-o, --output json` - Output newline-delimited JSON envelopes

0 commit comments

Comments
 (0)