Files
klz-cables.com/.pnpm-store/v10/files/9a/a254f364046dc5fc18c8cbc5d0855ebead50cd0c865416be7aaf004306071143685fe69cdd741c52db8d9a43fdfebc42c248ac12e8a157f4304e33d1946a5f
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
468 B
Plaintext

import { HandlerDataDom } from '@sentry/core';
/**
* Add an instrumentation handler for when a click or a keypress happens.
*
* Use at your own risk, this might break without changelog notice, only used internally.
* @hidden
*/
export declare function addClickKeypressInstrumentationHandler(handler: (data: HandlerDataDom) => void): void;
/** Exported for tests only. */
export declare function instrumentDOM(): void;
//# sourceMappingURL=dom.d.ts.map