UNPKG

280 BTypeScriptView Raw
1import type { DsnComponents, SpanEnvelope } from '@sentry/types';
2import type { Span } from '@sentry/types';
3/**
4 * Create envelope from Span item.
5 */
6export declare function createSpanEnvelope(spans: Span[], dsn?: DsnComponents): SpanEnvelope;
7//# sourceMappingURL=span.d.ts.map
\No newline at end of file