UNPKG

421 BTypeScriptView Raw
1import type { CheckInEnvelope, DsnComponents, DynamicSamplingContext, SdkMetadata, SerializedCheckIn } from '@sentry/types';
2/**
3 * Create envelope from check in item.
4 */
5export declare function createCheckInEnvelope(checkIn: SerializedCheckIn, dynamicSamplingContext?: Partial<DynamicSamplingContext>, metadata?: SdkMetadata, tunnel?: string, dsn?: DsnComponents): CheckInEnvelope;
6//# sourceMappingURL=checkin.d.ts.map
\No newline at end of file