Process and Threads Breadcrumbs Integration
Adds breadcrumbs for child processes and worker threads (default)
This integration is deprecated and has been replaced with the Child Process Integration
This integration only works in Node.js and requires SDK version 8.36.0
or higher.
Import name: Sentry.processThreadBreadcrumbIntegration
This integration is enabled by default. If you'd like to modify your default integrations, read Modifying Default Integrations.
The processThreadBreadcrumbIntegration
adds breadcrumbs for child_process
and worker_threads
errors and child_process
non-zero exit codes.
Copied
Sentry.init({
integrations: [Sentry.processThreadBreadcrumbIntegration()],
});
Type: boolean
If set to true
, the integration will include the arguments used to start child processes.
Help improve this content
Our documentation is open source and available on GitHub. Your contributions are welcome, whether fixing a typo (drat!) or suggesting an update ("yeah, this would be better").
Our documentation is open source and available on GitHub. Your contributions are welcome, whether fixing a typo (drat!) or suggesting an update ("yeah, this would be better").