@grand-board/otel-cloudflare - v6.11.0
    Preparing search index...

    Type Alias InstrumentOptions<Env>

    InstrumentOptions:
        | InstrumentOptionsObject
        | ((env: Env) => InstrumentOptionsObject)

    Options for the instrument wrapper Can be a static object or a function that receives env and returns options

    Type Parameters

    • Env = unknown