Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ INDEXING_V3_AGENT_SECRET=your-long-random-cron-shared-secret
# Secret required for /api/health?deep=1 Supabase probe (x-health-deep-token header).
HEALTH_DEEP_PROBE_SECRET=your-long-random-health-deep-probe-secret

# Optional server-side Sentry error capture (answer pipeline + uncaught route errors).
# Fully inert when unset: the SDK is never imported and no events leave the server.
# Events are scrubbed at init (no request bodies/headers/breadcrumbs) — see
# src/instrumentation.ts and src/lib/observability/error-capture.ts.
#SENTRY_DSN=

# Local-only no-auth mode (development only).
# Enable one or both of these to load real data without per-request browser auth:
# - NEXT_PUBLIC_LOCAL_NO_AUTH (client + server)
Expand Down
Loading