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: resources/references/telemetry.md
+25-25Lines changed: 25 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ You can [opt out of sharing telemetry data](#how-can-i-configure-telemetry) at a
6
6
7
7
## Why are we collecting telemetry data?
8
8
9
-
Telemetry allows us to better identify bugs and gain visibility on usage of features across all users. It also helps us to make data-informed decisions like adding, improving or removing features. We monitor and analyze this data to ensure consistent growth, stability, usability and developer experience. For instance, if certain errors are hit more frequently, those bug fixes will be prioritized in future releases.
9
+
Telemetry allows us to better identify bugs and gain visibility on usage of features across all users. It also helps us to make data-informed decisions like adding, improving, or removing features. We monitor and analyze this data to ensure consistent growth, stability, usability, and developer experience. For instance, if certain errors are hit more frequently, those bug fixes will be prioritized in future releases.
10
10
11
11
## Which tools collect telemetry data?
12
12
@@ -51,13 +51,13 @@ Data is sent via UDP to `udp.usage.shopware.io:9000`, which is operated in Frank
51
51
52
52
### Tracked events
53
53
54
-
| Event | Description |
55
-
|-------|-------------|
56
-
|`deployment_helper.php_version`| PHP version at the time of a deployment run |
57
-
|`deployment_helper.mysql_version`| MySQL/MariaDB version at the time of a deployment run |
58
-
|`deployment_helper.installed`| A fresh Shopware installation completed |
59
-
|`deployment_helper.upgrade`| A Shopware upgrade completed |
60
-
|`deployment_helper.theme_compiled`| Theme compilation completed after an upgrade |
0 commit comments