UNPKG

292 BTypeScriptView Raw
1import type { Span } from '@sentry/types';
2/**
3 * Print a log message for a started span.
4 */
5export declare function logSpanStart(span: Span): void;
6/**
7 * Print a log message for an ended span.
8 */
9export declare function logSpanEnd(span: Span): void;
10//# sourceMappingURL=logSpans.d.ts.map
\No newline at end of file