the-tip-top-backend/node_modules/@opentelemetry/api/build/esnext/trace/tracer_options.d.ts

10 lines
248 B
TypeScript
Executable File

/**
* An interface describes additional metadata of a tracer.
*/
export interface TracerOptions {
/**
* The schemaUrl of the tracer or instrumentation library
*/
schemaUrl?: string;
}
//# sourceMappingURL=tracer_options.d.ts.map