Files
klz-cables.com/.pnpm-store/v10/files/4e/27ac6a591301736d663e6d75abb22ba716cb0a678e8b11de0f187e2b222117658d59d68c6631051f8ea3c5850087cf5e5eaf07f47cceef6dc1f54af9c21e00
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

13 lines
799 B
Plaintext

export declare const SENTRY_TRACE_HEADER = "sentry-trace";
export declare const SENTRY_BAGGAGE_HEADER = "baggage";
export declare const SENTRY_TRACE_STATE_DSC = "sentry.dsc";
export declare const SENTRY_TRACE_STATE_SAMPLED_NOT_RECORDING = "sentry.sampled_not_recording";
export declare const SENTRY_TRACE_STATE_URL = "sentry.url";
export declare const SENTRY_TRACE_STATE_SAMPLE_RAND = "sentry.sample_rand";
export declare const SENTRY_TRACE_STATE_SAMPLE_RATE = "sentry.sample_rate";
export declare const SENTRY_SCOPES_CONTEXT_KEY: symbol;
export declare const SENTRY_FORK_ISOLATION_SCOPE_CONTEXT_KEY: symbol;
export declare const SENTRY_FORK_SET_SCOPE_CONTEXT_KEY: symbol;
export declare const SENTRY_FORK_SET_ISOLATION_SCOPE_CONTEXT_KEY: symbol;
//# sourceMappingURL=constants.d.ts.map