Files
klz-cables.com/.pnpm-store/v10/files/8c/3998b522291cde45eecadcdcca0048c9ae4feb63692f5fb775ce19d350060d4f68b9b8dc89c5776dc2b2149ac72cae22db626aa0447d565a3168b7e72c2299
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
308 B
Plaintext

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