mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-19 06:01:21 +00:00
feat: add turn streaming and inspector updates
This commit is contained in:
parent
bf58891edf
commit
34d4f3693e
49 changed files with 4629 additions and 1146 deletions
|
|
@ -3,7 +3,7 @@ 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.
|
||||
sandbox-agent sends a small, anonymous telemetry payload on startup and then every 5 minutes to help us understand usage and improve reliability.
|
||||
|
||||
## What gets sent
|
||||
|
||||
|
|
@ -12,6 +12,7 @@ sandbox-agent sends a small, anonymous telemetry payload on startup to help us u
|
|||
- 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.
|
||||
The last successful send time is also stored on disk, and heartbeats are rate-limited to at most one every 5 minutes.
|
||||
|
||||
## Opting out
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue