Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions browsers/telemetry/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ Telemetry captures events from inside a browser session - console output, networ

Events are grouped into categories (`console`, `network`, `page`, and so on), and categories are the unit of control. Selection is opt-in: a session captures only the categories you turn on, and anything you don't stays off. See [Categories](/browsers/telemetry/categories) for the full list and what each one captures.

<Info>
Telemetry is a recent addition. If the `telemetry` options or `telemetry stream` command aren't available, upgrade to the latest CLI (`kernel upgrade`) and SDK (`@onkernel/sdk` for TypeScript, `kernel` for Python).
</Info>

## Enabling telemetry

You configure telemetry when you [create a browser](/introduction/create) (and can change it later on update). There are three ways to configure it.
Expand Down
Loading