Files
klz-cables.com/.pnpm-store/v10/files/da/6131ccd0555f9943485c27de0d52dbe1e6aea208f1034e5c43c2aa4c158d4581203fe4126d2a3cca7d0f0bee28fe64bd8f8d7e5d3a4d6ffde5d66381017959
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
269 B
Plaintext

import { Event, EventHint } from '@sentry/core';
/**
* Returns true if we think the given event is an error originating inside of rrweb.
*/
export declare function isRrwebError(event: Event, hint: EventHint): boolean;
//# sourceMappingURL=isRrwebError.d.ts.map