From c24b3f108065a2f0b46859d1feb0ce0d0b808e45 Mon Sep 17 00:00:00 2001 From: Evan Simkowitz Date: Fri, 22 Mar 2024 14:11:31 -0700 Subject: [PATCH] Fix typo in telemetry reference (#22) --- reference/telemetry.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/telemetry.mdx b/reference/telemetry.mdx index f5ec2ce..7436582 100644 --- a/reference/telemetry.mdx +++ b/reference/telemetry.mdx @@ -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. |