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
Copy file name to clipboardExpand all lines: docs/sources/k6-studio/set-up/usage-collection.md
+16-6Lines changed: 16 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,23 @@ weight: 300
6
6
7
7
# Usage collection
8
8
9
-
By default, k6 Studio sends an anonymous usage report, and crash reports and error data, so that we can track how users are using the product and its features. We use that information to prioritize the roadmap with the features that will benefit a majority of users, and reduce the impact of any changes we make. The data doesn't contain any information about you or what you are testing.
10
-
11
-
The contents included in the usage report are:
12
-
13
-
- The running program's operating system (`mac` or `win`).
9
+
By default, k6 Studio sends anonymous usage reports, as well as crash reports and error data, so that we can track how users are using the product and its features. We use that information to prioritize the roadmap with the features that will benefit a majority of users, and reduce the impact of any changes we make. The data doesn't contain any information about you or what you are testing.
10
+
11
+
A usage report includes the following information:
12
+
13
+
- The event name:
14
+
-`app_installed`: when k6 Studio is installed and opened for the first time.
15
+
-`user_logged_in`: when a user logs in to Grafana Cloud.
16
+
-`recording_created`: when a new recording is created.
17
+
-`recording_imported`: when a recording is imported.
18
+
-`generator_created`: when a new generator is created.
19
+
-`generator_updated`: when a generator is updated.
20
+
-`script_exported`: when a script is exported.
21
+
-`script_validated`: when a script is validated.
22
+
-`script_run_in_cloud`: when a script is run in the cloud.
23
+
- The running program's operating system (`win`, `mac`, or `linux`).
14
24
- The running program's architecture (`arm64` or `x86_64`).
15
-
- The k6 Studio version (for example, `0.4.0`).
25
+
- The k6 Studio version (for example, `1.5.0`).
16
26
- The timestamp of when the data was collected (for example, `2024-10-22T16:02:56.261Z`).
17
27
18
28
We use [Sentry](https://sentry.io/) to collect crash reports and error data. That includes:
0 commit comments