Files
klz-cables.com/.pnpm-store/v10/files/9e/c60a6179d82bb60dfaaa34633758f3cde124e8e37a790378baa297025535f5dff9adeb6eac6a3e7cde28a0e0be13e6c2a4172444393f663a07e1fcbde55c98
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

11 lines
314 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