Files
klz-cables.com/.pnpm-store/v10/files/d7/3df6064cffb7555a048a1868a80199b22cb297e987417e9e8a5a342e95fdd3d0c1e3d93f3bb44787117636844cd557ecb1a4941056e938de088bf570d39825
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
528 B
Plaintext

interface CaptureConsoleOptions {
levels?: string[];
/**
* By default, Sentry will mark captured console messages as handled.
* Set this to `false` if you want to mark them as unhandled instead.
*
* @default true
*/
handled?: boolean;
}
/**
* Send Console API calls as Sentry Events.
*/
export declare const captureConsoleIntegration: (options?: CaptureConsoleOptions | undefined) => import("../types-hoist/integration").Integration;
export {};
//# sourceMappingURL=captureconsole.d.ts.map