We collect some light telemetry to be able to improve devbox over time. We're aware how important privacy is and value it ourselves, so we have the following rules: 1. We only collect anonymized data – nothing that is personally identifiable 2. Data is only stored in SOC 2 compliant systems, and we
()
| 24 | // 2. Data is only stored in SOC 2 compliant systems, and we are SOC 2 compliant ourselves. |
| 25 | // 3. Users should always have the ability to opt-out. |
| 26 | func Telemetry() Middleware { |
| 27 | return &telemetryMiddleware{} |
| 28 | } |
| 29 | |
| 30 | type telemetryMiddleware struct{} |
| 31 |