diff --git a/data/docs/instrumentation/opentelemetry-wordpress.mdx b/data/docs/instrumentation/opentelemetry-wordpress.mdx index df0549fc2..8dd2161e9 100644 --- a/data/docs/instrumentation/opentelemetry-wordpress.mdx +++ b/data/docs/instrumentation/opentelemetry-wordpress.mdx @@ -282,7 +282,7 @@ OTEL_PHP_AUTOLOAD_ENABLED="true" OTEL_SERVICE_NAME= OTEL_TRACES_EXPORTER=otlp OTEL_EXPORTER_OTLP_PROTOCOL=http/protobuf -OTEL_EXPORTER_OTLP_ENDPOINT=http://localhost:4318 +OTEL_EXPORTER_OTLP_ENDPOINT=http://localhost:4318/v1/traces OTEL_PROPAGATORS=baggage,tracecontext ```