Skip to content

Commit ccc126d

Browse files
[docs] Update k6 Studio usage collection section (#1967)
1 parent dee01bf commit ccc126d

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

docs/sources/k6-studio/set-up/usage-collection.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,23 @@ weight: 300
66

77
# Usage collection
88

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`).
1424
- 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`).
1626
- The timestamp of when the data was collected (for example, `2024-10-22T16:02:56.261Z`).
1727

1828
We use [Sentry](https://sentry.io/) to collect crash reports and error data. That includes:

0 commit comments

Comments
 (0)