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

8 lines
328 B
Plaintext

import type { ReportDialogOptions } from '@sentry/core';
/**
* Present the user with a report dialog.
*
* @param options Everything is optional, we try to fetch all info need from the current scope.
*/
export declare function showReportDialog(options?: ReportDialogOptions): void;
//# sourceMappingURL=report-dialog.d.ts.map