mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 06:04:43 +00:00
chore: sync workspace changes
This commit is contained in:
parent
d24f983e2c
commit
bf58891edf
139 changed files with 5454 additions and 8986 deletions
30
docs/telemetry.mdx
Normal file
30
docs/telemetry.mdx
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
---
|
||||
title: "Telemetry"
|
||||
description: "Anonymous telemetry collected by sandbox-agent."
|
||||
---
|
||||
|
||||
sandbox-agent sends a small, anonymous telemetry payload on startup to help us understand usage and improve reliability.
|
||||
|
||||
## What gets sent
|
||||
|
||||
- Sandbox Agent version.
|
||||
- OS name, architecture, and OS family.
|
||||
- Detected sandbox provider (for example: Docker, E2B, Vercel Sandboxes).
|
||||
|
||||
Each sandbox gets a random anonymous ID stored on disk so usage can be counted without identifying users.
|
||||
|
||||
## Opting out
|
||||
|
||||
Telemetry is enabled by default in release builds.
|
||||
|
||||
Disable it with:
|
||||
|
||||
```bash
|
||||
sandbox-agent server --no-telemetry
|
||||
```
|
||||
|
||||
Debug builds disable telemetry automatically. You can opt in with:
|
||||
|
||||
```bash
|
||||
SANDBOX_AGENT_TELEMETRY_DEBUG=1 sandbox-agent server
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue