Files
klz-cables.com/.pnpm-store/v10/files/47/e8ac9170beea5f5159eafc469d980a70e454b0795593d6aaf5e68179307b8d028f43ca7c7932bb25f12b64b4082a83e1805baf1c172df70a26247556c5fe4d
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

12 lines
786 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