@@ -211,6 +211,7 @@ Commands with JSON output support:
211211 - ` --start-url <url> ` - Initial page to open on launch
212212 - ` --pool-id <id> ` - Acquire a browser from the specified pool (mutually exclusive with --pool-name; ignores other session flags)
213213 - ` --pool-name <name> ` - Acquire a browser from the pool name (mutually exclusive with --pool-id; ignores other session flags)
214+ - ` --telemetry ` - Enable telemetry capture on the new session (see ` kernel browsers telemetry stream ` )
214215 - ` --output json ` , ` -o json ` - Output raw JSON object
215216 - _ Note: When a pool is specified, omit other session configuration flags—pool settings determine profile, proxy, viewport, etc._
216217- ` kernel browsers delete <id> ` - Delete a browser
@@ -280,6 +281,18 @@ Commands with JSON output support:
280281- ` kernel browsers replays download <id> <replay-id> ` - Download a replay video
281282 - ` -f, --output-file <path> ` - Output file path for the replay video
282283
284+ ### Browser Telemetry
285+
286+ - ` kernel browsers telemetry stream <id> ` - Stream live telemetry events
287+ - ` --categories <list> ` - Filter by category (console,network,page,interaction,monitor)
288+ - ` --types <list> ` - Filter by event type (e.g. network_response,console_error)
289+ - ` --seq <n> ` - Resume stream from sequence number (Last-Event-ID)
290+ - ` -o, --output json ` - Output newline-delimited JSON envelopes
291+ - ` kernel browsers telemetry start <id> ` - Start telemetry capture on a running session
292+ - ` -o, --output json ` - Output raw API response
293+ - ` kernel browsers telemetry stop <id> ` - Stop telemetry capture on a running session
294+ - ` -o, --output json ` - Output raw API response
295+
283296### Browser Process Control
284297
285298- ` kernel browsers process exec <id> [--] [command...] ` - Execute a command synchronously
0 commit comments