UNPKG

@traceloop/instrumentation-pinecone

Version:
8 lines 325 B
import { InstrumentationConfig } from "@opentelemetry/instrumentation"; export interface PineconeInstrumentationConfig extends InstrumentationConfig { /** * A custom logger to log any exceptions that happen during span creation. */ exceptionLogger?: (e: Error) => void; } //# sourceMappingURL=types.d.ts.map