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
Resolved conflict in `script/build.ts`: kept both `ALTIMATE_CLI_CHANGELOG`
(from main) and `ALTIMATE_VALIDATE_*` constants (from validation branch) in
the build define block.
Copy file name to clipboardExpand all lines: docs/docs/configure/telemetry.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,12 @@ We collect the following categories of events:
36
36
37
37
Each event includes a timestamp, anonymous session ID, and the CLI version.
38
38
39
+
## Delivery & Reliability
40
+
41
+
Telemetry events are buffered in memory and flushed periodically. If a flush fails (e.g., due to a transient network error), events are re-added to the buffer for one retry. On process exit, the CLI performs a final flush to avoid losing events from the current session.
42
+
43
+
No events are ever written to disk — if the process is killed before the final flush, buffered events are lost. This is by design to minimize on-disk footprint.
0 commit comments