Files
klz-cables.com/.pnpm-store/v10/files/0e/a7df60dd9e03a9e9083d25360223738fdc5a9c2537cf3fc1b722a20254b2e2a7c696929489211fd91bd6751ad2583d4aeca1fa6fd9866d0f74a6b0b1176a4f
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
238 B
Plaintext

import type { BrowserOptions } from '@sentry/browser';
import type { Client } from '@sentry/core';
/**
* Inits the React SDK
*/
export declare function init(options: BrowserOptions): Client | undefined;
//# sourceMappingURL=sdk.d.ts.map