diff --git a/packages/worker/src/runtime-options.ts b/packages/worker/src/runtime-options.ts index d38db5a87..2988e5bd2 100644 --- a/packages/worker/src/runtime-options.ts +++ b/packages/worker/src/runtime-options.ts @@ -231,7 +231,6 @@ export interface OtelCollectorExporter { * * @format Starts with "grpc://" or "http://" for an unsecured connection (typical), * or "grpcs://" or "https://" for a TLS connection. - * @note The `OTEL_EXPORTER_OTLP_ENDPOINT` environment variable, if set, will override this property. */ url: string;