Skip to content

Commit 90753e4

Browse files
committed
docs: add DISABLE_TELEMETRY env var to .env.example
Document the new env var that disables all OpenTelemetry collection, preventing export timeouts when the telemetry endpoint is unreachable.
1 parent 393ef65 commit 90753e4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

‎apps/sim/.env.example‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ CRON_SECRET=your_cron_secret # Use `openssl rand -hex 32` to generate. Authentic
9696
# LITELLM_BASE_URL=http://localhost:4000 # Base URL for your LiteLLM proxy (OpenAI-compatible)
9797
# LITELLM_API_KEY= # Optional bearer token if your LiteLLM proxy requires auth
9898
# OPENROUTER_API_KEY= # Optional self-hosted fallback for OpenAI knowledge-base embeddings
99+
# DISABLE_TELEMETRY=1 # Disable all OpenTelemetry collection (traces, metrics, logs). Prevents export timeouts when the telemetry endpoint is unreachable
99100
# NEXT_PUBLIC_FORCE_HOSTED=true # Dev only: treat this instance as hosted Sim (sim-auto pool, platform keys); ignored in production builds
100101
# FIREWORKS_API_KEY= # Optional Fireworks AI API key for model listing and inference
101102
# FIREWORKS_API_KEY_1= # Optional Fireworks API key for rotation (hosted deployments)

0 commit comments

Comments
 (0)