From a19925b757edb9f9ebbbafec175a9d2768ace456 Mon Sep 17 00:00:00 2001 From: Sayan- <1415138+Sayan-@users.noreply.github.com> Date: Fri, 12 Jun 2026 19:28:39 +0000 Subject: [PATCH] Add version note to telemetry overview --- browsers/telemetry/overview.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/browsers/telemetry/overview.mdx b/browsers/telemetry/overview.mdx index 7cb2371..71f50e1 100644 --- a/browsers/telemetry/overview.mdx +++ b/browsers/telemetry/overview.mdx @@ -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. + +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). + + ## 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.