Files
klz-cables.com/.pnpm-store/v10/files/3b/629565f86d9391f8026d9116fa3f33b154f50e825261e7e779e6b82bb89f7f800c5c7438bcaad745019efbeb551e2d32fef0fdc526ecd9174d7d0cfdda1827
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

6 lines
267 B
Plaintext

import type { 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