UNPKG

798 BTypeScriptView Raw
1interface Options {
2 /**
3 * Whether to include child process arguments in breadcrumbs data.
4 *
5 * @default false
6 */
7 includeChildProcessArgs?: boolean;
8}
9/**
10 * Capture breadcrumbs for child processes and worker threads.
11 */
12export declare const childProcessIntegration: (options?: Options | undefined) => import("@sentry/core").Integration;
13/**
14 * Capture breadcrumbs for child processes and worker threads.
15 *
16 * @deprecated Use `childProcessIntegration` integration instead. Functionally they are the same. `processThreadBreadcrumbIntegration` will be removed in the next major version.
17 */
18export declare const processThreadBreadcrumbIntegration: (options?: Options | undefined) => import("@sentry/core").Integration;
19export {};
20//# sourceMappingURL=childProcess.d.ts.map
\No newline at end of file