Skip to content

Commit 88e221d

Browse files
authored
Visible telemetry data types (#1645)
1 parent 10cd987 commit 88e221d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/telemetry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ You can [opt-out of telemetry](#disabling-telemetry) by setting the `OBSERVABLE_
88

99
The following data is collected:
1010

11-
```ts
11+
```ts run=false
1212
type TelemetryIds = {
1313
session: uuid; // random, held in memory for the duration of the process
1414
device: uuid; // persists to ~/.observablehq

0 commit comments

Comments
 (0)