Files
klz-cables.com/.pnpm-store/v10/files/d2/0e3ae4a9a9ec1716f828ecd64c3e2345c2f86e11b6343abf749d63ff6cee32a934fcf4ad84c8c2cbc97e10e6026fab5e35507603432eab85cd228c7f1e1049
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
550 B
Plaintext

import type { Breadcrumb, HandlerDataDom } from '@sentry/core';
import type { ReplayContainer } from '../types';
export declare const handleDomListener: (replay: ReplayContainer) => (handlerData: HandlerDataDom) => void;
/** Get the base DOM breadcrumb. */
export declare function getBaseDomBreadcrumb(target: Node | null, message: string): Breadcrumb;
/**
* An event handler to react to DOM events.
* Exported for tests.
*/
export declare function handleDom(handlerData: HandlerDataDom): Breadcrumb | null;
//# sourceMappingURL=handleDom.d.ts.map