tracer_options.d.ts 248 B

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