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

17 lines
392 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