Skip to content

Commit 21b607c

Browse files
committed
Add data-sensitivity callout to telemetry overview
1 parent b3e776f commit 21b607c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

browsers/telemetry/overview.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ Telemetry captures events from inside a browser session - console output, networ
77

88
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.
99

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+
1014
<Info>
1115
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).
1216
</Info>

0 commit comments

Comments
 (0)