2022-07-12 09:00:22 +02:00

10 lines
248 B
TypeScript

/**
* 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