Circle V2 API Docs
    Preparing search index...

    Type Alias RegisterVercelOTelOptions

    RegisterVercelOTelOptions: RegisterOTelOptions & { baggage?: BaggageConfig }

    Options accepted by registerVercelOTel.

    Extends the underlying @vercel/otel configuration with a baggage config that drives both param-to-baggage extraction and the BaggageSpanProcessor allowlist. Consumers define the config where the domain context is known (e.g. apps/web/instrumentation.ts) rather than in the observability package.