Files
klz-cables.com/.pnpm-store/v10/files/d9/0a90c5fc1bcecd0cc9ab7ad1f6266ed8b9a5ec282917342de93d02e4739368fe21861b2d725a3f7e68cef6e4a5ebacc4036f97bc2cd4b4406a84503baad29e
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

21 lines
583 B
Plaintext

interface Options {
/**
* Whether to include child process arguments in breadcrumbs data.
*
* @default false
*/
includeChildProcessArgs?: boolean;
/**
* Whether to capture errors from worker threads.
*
* @default true
*/
captureWorkerErrors?: boolean;
}
/**
* Capture breadcrumbs and events for child processes and worker threads.
*/
export declare const childProcessIntegration: (options?: Options | undefined) => import("@sentry/core").Integration;
export {};
//# sourceMappingURL=childProcess.d.ts.map