diff --git a/docs/docs/getting-started/configure-trace-ingestion.mdx b/docs/docs/getting-started/configure-trace-ingestion.mdx index 2f1520c8bd..0d42e3ae03 100644 --- a/docs/docs/getting-started/configure-trace-ingestion.mdx +++ b/docs/docs/getting-started/configure-trace-ingestion.mdx @@ -378,7 +378,7 @@ end ```bash title="Terminal" export OTEL_SERVICE_NAME=my-service-name export OTEL_EXPORTER_OTLP_PROTOCOL=http/protobuf -export OTEL_EXPORTER_OTLP_ENDPOINT="http://localhost:4318" +export OTEL_EXPORTER_OTLP_ENDPOINT="http://:4318" export OTEL_EXPORTER_OTLP_HEADERS="x-tracetest-token=" rails server -p 8080