Files
klz-cables.com/.pnpm-store/v10/files/05/b2aa7f5b4c2261d725890d880f29022d4eeaa981565a8ec198adfb9bc5a3c0c532b2cc64e012e4e4574d8024c3a602b31de2ec340c7060b3ad514de9438e33
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

10 lines
555 B
Plaintext

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