10 lines
248 B
TypeScript
Raw Normal View History

2022-07-12 09:00:22 +02:00
/**
* 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