Files
klz-cables.com/.pnpm-store/v10/files/70/7067f1dfead8ddd664c0cc055c0d4d85789ca85672d1475bd472c5a69150e34195b0aab58ff850db87bcc54e3b0f7b96614906392a0c3de1def1e1cb304827
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

11 lines
407 B
Plaintext

type ReportTypes = 'crash' | 'deprecation' | 'intervention';
interface ReportingObserverOptions {
types?: ReportTypes[];
}
/**
* Reporting API integration - https://w3c.github.io/reporting/
*/
export declare const reportingObserverIntegration: (options?: ReportingObserverOptions | undefined) => import("@sentry/core").Integration;
export {};
//# sourceMappingURL=reportingobserver.d.ts.map