1 | import Tracer from './tracer';
|
2 | /**
|
3 | * Set the global Tracer.
|
4 | *
|
5 | * The behavior is undefined if this function is called more than once.
|
6 | *
|
7 | * @param {Tracer} tracer - the Tracer implementation
|
8 | */
|
9 | export declare function initGlobalTracer(tracer: Tracer): void;
|
10 | /**
|
11 | * Returns the global tracer.
|
12 | */
|
13 | export declare function globalTracer(): Tracer;
|
14 | //# sourceMappingURL=global_tracer.d.ts.map |
\ | No newline at end of file |