mirror of
https://github.com/formbricks/formbricks.git
synced 2026-02-11 18:58:45 -06:00
In Prometheus-only setups (no OTEL_EXPORTER_OTLP_ENDPOINT), passing `spanProcessor: undefined` causes @opentelemetry/sdk-node to fall back to its default OTLP exporter, attempting connections to localhost:4318. Switch to `spanProcessors: []` to explicitly disable trace export when no OTLP endpoint is configured. Co-authored-by: Cursor <cursoragent@cursor.com>