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

7 lines
407 B
Plaintext

import type { LocalVariablesIntegrationOptions } from './common';
export declare const base64WorkerScript = "###LocalVariablesWorkerScript###";
/**
* Adds local variables to exception frames
*/
export declare const localVariablesAsyncIntegration: (integrationOptions?: LocalVariablesIntegrationOptions | undefined) => import("@sentry/core").Integration;
//# sourceMappingURL=local-variables-async.d.ts.map