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
- mention browsers create as a --telemetry surface (not just update)
- document partial-update semantics for per-category config
- note default --seq behavior (omit to stream from now)
- correct the default output example to call out tab-separated format
Copy file name to clipboardExpand all lines: README.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -291,18 +291,20 @@ Commands with JSON output support:
291
291
292
292
### Browser Telemetry
293
293
294
-
Telemetry config is a sub-field of the browser session. Use `browsers update` to enable, disable, or configure it, and `browsers get` to inspect the current state.
294
+
Telemetry config is a sub-field of the browser session. Use `browsers create` or `browsers update` to enable, disable, or configure it, and `browsers get` to inspect the current state.
295
295
296
296
- Enable all categories: `kernel browsers update <id> --telemetry=all`
- Per-category: `kernel browsers update <id> --telemetry=network=on,page=off` (valid: `console`, `interaction`, `network`, `page`; `system` always emits and cannot be toggled)
299
299
300
+
Per-category updates are partial — only categories you name are changed; others retain their current state. `--telemetry=all` and `--telemetry=off` reset the entire config.
301
+
300
302
-`kernel browsers telemetry stream <id>` - Stream live telemetry events (NDJSON with `-o json`)
301
-
-`--categories <list>` - Filter by API event category (console,network,page,interaction,system); `system`covers all `monitor_*`events
302
-
-`--types <list>` - Filter by event type (e.g. network_response,console_error)
303
-
-`--seq <n>` - Resume stream from sequence number (Last-Event-ID); `--seq=0`resumes from the beginning
0 commit comments