MCPcopy Index your code
hub / github.com/jetify-com/devbox / Telemetry

Function Telemetry

internal/boxcli/midcobra/telemetry.go:26–28  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

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.
26func Telemetry() Middleware {
27 return &telemetryMiddleware{}
28}
29
30type telemetryMiddleware struct{}
31

Callers 1

ExecuteFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected