Skip to content

Commit a41a0fe

Browse files
authored
remove/old-link-to-weird-site (#2232)
* remove/old-link-to-weird-site * Apply suggestion from @Isengo1989
1 parent d15c58b commit a41a0fe

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

resources/references/telemetry.md

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ You can [opt out of sharing telemetry data](#how-can-i-configure-telemetry) at a
66

77
## Why are we collecting telemetry data?
88

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.
1010

1111
## Which tools collect telemetry data?
1212

@@ -51,13 +51,13 @@ Data is sent via UDP to `udp.usage.shopware.io:9000`, which is operated in Frank
5151

5252
### Tracked events
5353

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 |
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 |
6161

6262
### How is data transmitted?
6363

@@ -78,15 +78,15 @@ Data is sent via UDP to `udp.usage.shopware.io:9000`. The anonymized user identi
7878

7979
### Tracked events
8080

81-
| Event | Description |
82-
|-------|-------------|
83-
| `web_installer.visit` | First visit to the installer |
84-
| `web_installer.install.started` | Installation process initiated |
85-
| `web_installer.install.completed` | Installation succeeded |
86-
| `web_installer.install.failed` | Installation failed |
87-
| `web_installer.update.started` | Update process initiated |
88-
| `web_installer.update.completed` | Update succeeded |
89-
| `web_installer.update.failed` | Update failed |
81+
| Event | Description |
82+
|-----------------------------------|--------------------------------|
83+
| `web_installer.visit` | First visit to the installer |
84+
| `web_installer.install.started` | Installation process initiated |
85+
| `web_installer.install.completed` | Installation succeeded |
86+
| `web_installer.install.failed` | Installation failed |
87+
| `web_installer.update.started` | Update process initiated |
88+
| `web_installer.update.completed` | Update succeeded |
89+
| `web_installer.update.failed` | Update failed |
9090

9191
### How is data transmitted?
9292

@@ -122,15 +122,15 @@ Or for a single command:
122122
DO_NOT_TRACK=1 shopware-cli project create
123123
```
124124

125-
This follows the [Console Do Not Track convention](https://consoledonottrack.com/) standard used by many CLI tools.
125+
This follows the `Console Do Not Track` convention used by many CLI tools.
126126

127127
## Data flow summary
128128

129-
| Aspect | Detail |
130-
|--------|--------|
131-
| **Protocol** | UDP (fire-and-forget) |
132-
| **Endpoint** | `udp.usage.shopware.io:9000` |
133-
| **Encryption** | UDP is unencrypted by nature |
134-
| **Delay** | None — telemetry runs in the background |
135-
| **Failure handling** | Silently fails if transmission is not possible |
129+
| Aspect | Detail |
130+
|-------------------------|------------------------------------------------------------|
131+
| **Protocol** | UDP (fire-and-forget) |
132+
| **Endpoint** | `udp.usage.shopware.io:9000` |
133+
| **Encryption** | UDP is unencrypted by nature |
134+
| **Delay** | None — telemetry runs in the background |
135+
| **Failure handling** | Silently fails if transmission is not possible |
136136
| **User identification** | Anonymized random identifiers, not linked to personal data |

0 commit comments

Comments
 (0)