Files
klz-cables.com/.pnpm-store/v10/files/cc/ce6ac139a1ee904fce3319d63812371d6b3011a83648ebaac0626a04d5aecf5f347fcf48dbb95fca5747a996b9bf7374e7d0bee0c3970ef934e98db6a1e6e5
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

12 lines
552 B
Plaintext

import { Breadcrumb, HandlerDataDom } from '@sentry/core';
import { 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