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

13 lines
385 B
Plaintext

type Options = {
/**
* If true, includes the `path` and `dest` properties in the error context.
*/
includePaths?: boolean;
};
/**
* Captures context for Node.js SystemError errors.
*/
export declare const systemErrorIntegration: (options?: Options | undefined) => import("@sentry/core").Integration;
export {};
//# sourceMappingURL=systemError.d.ts.map