Files
tasq/node_modules/@opentelemetry/api/build/esnext/trace/tracer_options.d.ts
T
2026-04-09 19:01:53 +08:00

12 lines
267 B
TypeScript

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