mirror of
https://github.com/wavetermdev/waveterm-docs-old.git
synced 2026-08-05 13:42:53 -07:00
Fix typo in telemetry reference (#22)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: Telemetry
|
||||
description: As of v0.7.0
|
||||
description: As of v0.7.1
|
||||
---
|
||||
|
||||
Wave Terminal collects telemetry data to help us track feature use, direct future product efforts, and generate aggregate metrics on Wave's popularity and usage. We do not collect or store any PII (personal identifiable information) and all metric data is only associated with and aggregated using your randomly generated _ClientId_. You may opt out of collection at any time.
|
||||
@@ -40,7 +40,7 @@ When telemetry is active, we collect the following data. It is stored in the `ss
|
||||
| ClickShared | See [Deprecated Telemetry References](#deprecated-telemetry-references) |
|
||||
| HistoryView | The number of times the user has used the _History_ command on a given day. This count includes uses from both the GUI and command line. |
|
||||
| BookmarksView | The number of times the user has used the _Bookmarks_ command on a given day. |
|
||||
| NumConns | The total number of connections created on this Waveterm installation. This count includes connections that have been deleted and includes all of the various ways a user can make a connection. Unlike the other data, this always includes the total number of commands that have been created—not just the ones created each day. |
|
||||
| NumConns | The total number of connections created on this Waveterm installation. This count includes connections that have been deleted and includes all of the various ways a user can make a connection. Unlike the other data, this always includes the total number of connections that have been created—not just the ones created each day. |
|
||||
| WebShareLimit | See [Deprecated Telemetry References](#deprecated-telemetry-references) |
|
||||
| ReinitBashErrors | The number of re-initialization errors that have happened in a bash shell on a given day. |
|
||||
| ReinitZshErrors | The number of re-initialization errors that have happened in a zsh shell on a given day. |
|
||||
|
||||
Reference in New Issue
Block a user