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
21 lines
583 B
Plaintext
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
|