Files
klz-cables.com/.pnpm-store/v10/files/ca/062590695b57a9a6f2d790fa6a0972fc696febab40441da0ca99ec81e9ba0fc9e3c40b90e25051bbd4d760164a6cf1deec085425792656800d91d2879813d9
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

10 lines
303 B
Plaintext

interface LinkedErrorsOptions {
key?: string;
limit?: number;
}
/**
* Aggregrate linked errors in an event.
*/
export declare const linkedErrorsIntegration: (options?: LinkedErrorsOptions | undefined) => import("@sentry/core").Integration;
export {};
//# sourceMappingURL=linkederrors.d.ts.map