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
Copy file name to clipboardExpand all lines: browsers/telemetry/overview.mdx
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,10 @@ Telemetry captures events from inside a browser session - console output, networ
7
7
8
8
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.
9
9
10
+
<Warning>
11
+
The default set carries operational metadata only, but the browser-activity categories (`network`, `console`, `page`, `interaction`, `screenshot`) capture what flows through the session and can include credentials and personal data. Enable them deliberately and review [Data sensitivity](/browsers/telemetry/categories#data-sensitivity) before turning them on, especially under HIPAA, GDPR, or similar obligations.
12
+
</Warning>
13
+
10
14
<Info>
11
15
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).
0 commit comments