UNPKG

248 BTypeScriptView Raw
1/**
2 * An interface describes additional metadata of a tracer.
3 */
4export interface TracerOptions {
5 /**
6 * The schemaUrl of the tracer or instrumentation library
7 */
8 schemaUrl?: string;
9}
10//# sourceMappingURL=tracer_options.d.ts.map
\No newline at end of file