Files
klz-cables.com/.pnpm-store/v10/files/15/146a425b674f4d19548f65b8907c79744395820f3a7b0699629c877180583b0b6c2e99d8296baa3793d1b8de3c11150ae5f21bfcab0953cc43cbb98ab81414
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

7 lines
292 B
Plaintext

import type { Breadcrumb } from '@sentry/core';
import type { ReplayContainer } from '../../types';
/**
* Add a breadcrumb event to replay.
*/
export declare function addBreadcrumbEvent(replay: ReplayContainer, breadcrumb: Breadcrumb): void;
//# sourceMappingURL=addBreadcrumbEvent.d.ts.map