Files
klz-cables.com/.pnpm-store/v10/files/30/6ebf7d857af09bfc8736c25b0549e09305efa9a35433b1b60527fddf2c6f42fc2da58850dc4cbfc7188bbaa2efb9269b7a9511da1d8f1f4d2af4d7c65cdfc5
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

16 lines
375 B
Plaintext

/**
* Captures culture context from the browser.
*
* Enabled by default.
*
* @example
* ```js
* import * as Sentry from '@sentry/browser';
*
* Sentry.init({
* integrations: [Sentry.cultureContextIntegration()],
* });
* ```
*/
export declare const cultureContextIntegration: () => import("@sentry/core").Integration;
//# sourceMappingURL=culturecontext.d.ts.map