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

4 lines
324 B
Plaintext

import type { NetworkRequestData, ReplayContainer, ReplayPerformanceEntry } from '../../types';
/** Add a performance entry breadcrumb */
export declare function addNetworkBreadcrumb(replay: ReplayContainer, result: ReplayPerformanceEntry<NetworkRequestData> | null): void;
//# sourceMappingURL=addNetworkBreadcrumb.d.ts.map