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
Align the configuration-options table columns to satisfy prettier's
markdown table formatter. Pure formatting; no content change.
Co-authored-by: Isaac
Copy file name to clipboardExpand all lines: docs/TELEMETRY.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,16 +32,16 @@ See the JSDoc on `IDBSQLClientConnectionOptions` in
32
32
[`lib/contracts/IDBSQLClient.ts`](../lib/contracts/IDBSQLClient.ts) for the authoritative
33
33
defaults and full descriptions.
34
34
35
-
| Option | Purpose |
36
-
| --- | --- |
37
-
|`telemetryEnabled`| Master switch. `false` is a hard opt-out; `true` requests telemetry (still subject to the server flag). |
38
-
|`telemetryAuthenticatedExport`| When `true`, exports go to the authenticated `/telemetry-ext` endpoint with full event context. When `false`, only error names go to the unauthenticated endpoint. |
39
-
|`telemetryBatchSize`| Events accumulated before a flush. |
|`telemetryEnabled`| Master switch. `false` is a hard opt-out; `true` requests telemetry (still subject to the server flag).|
38
+
|`telemetryAuthenticatedExport`| When `true`, exports go to the authenticated `/telemetry-ext` endpoint with full event context. When `false`, only error names go to the unauthenticated endpoint. |
39
+
|`telemetryBatchSize`| Events accumulated before a flush.|
0 commit comments