Files
klz-cables.com/.pnpm-store/v10/files/3a/0eee9f35aed777506400d93c74cc958945d10ee8eb15e786289f6129a9a93758b35b8b96fd50d4d86ff7cb22aaa752266a05ba591e045c74ce5b159f1aa746
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
343 B
Plaintext

/**
* This is a shim for the Statsig integration.
* We need this in order to not throw runtime errors when accidentally importing this on the server through a meta framework like Next.js.
*/
export declare const statsigIntegrationShim: (_options?: unknown) => import("@sentry/core").Integration;
//# sourceMappingURL=statsig.d.ts.map