Skip to content

Commit 3564986

Browse files
committed
chore(env): add NEXT_TELEMETRY_DISABLED example env
1 parent 2d3afbf commit 3564986

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

.env.example

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
1+
# Next.js Configuration
2+
NEXT_TELEMETRY_DISABLED=1
3+
14
# OpenTelemetry Configuration
25

3-
# Individual endpoint configuration (preferred)
6+
## Individual endpoint configuration (preferred)
47
OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=http://localhost:4318/v1/traces
58
OTEL_EXPORTER_OTLP_METRICS_ENDPOINT=http://localhost:4318/v1/metrics
69
OTEL_EXPORTER_OTLP_LOGS_ENDPOINT=http://localhost:4318/v1/logs
710

8-
# Authentication headers
9-
# Examples:
10-
# OTEL_EXPORTER_OTLP_HEADERS=Authorization=Basic {base64-encoded-credentials}
11-
# OTEL_EXPORTER_OTLP_HEADERS=x-api-key={your-api-key}
11+
## Authentication headers
12+
## Examples:
13+
## OTEL_EXPORTER_OTLP_HEADERS=Authorization=Basic {base64-encoded-credentials}
14+
## OTEL_EXPORTER_OTLP_HEADERS=x-api-key={your-api-key}
1215
OTEL_EXPORTER_OTLP_HEADERS=
1316

14-
# Service name
17+
## Service name
1518
OTEL_SERVICE_NAME=quintet

0 commit comments

Comments
 (0)