@sentry/core
Version:
Base implementation for all Sentry JavaScript SDKs
7 lines (6 loc) • 423 B
TypeScript
import { CheckInEnvelope, DsnComponents, DynamicSamplingContext, SdkMetadata, SerializedCheckIn } from '@sentry/types';
/**
* 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