@sentry/core
Version:
Base implementation for all Sentry JavaScript SDKs
10 lines (9 loc) • 555 B
TypeScript
import { SerializedCheckIn } from './types-hoist/checkin';
import { DsnComponents } from './types-hoist/dsn';
import { CheckInEnvelope, DynamicSamplingContext } from './types-hoist/envelope';
import { SdkMetadata } from './types-hoist/sdkmetadata';
/**
* Create envelope from check in item.
*/
export declare function createCheckInEnvelope(checkIn: SerializedCheckIn, dynamicSamplingContext?: Partial<DynamicSamplingContext>, metadata?: SdkMetadata, tunnel?: string, dsn?: DsnComponents): CheckInEnvelope;
//# sourceMappingURL=checkin.d.ts.map