You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: split childProcess integration into childProcess and worker integrations
The childProcess integration handled both child process and worker
thread events under one integration. This splits it into two:
- childProcessIntegration: handles child process events only
- workerIntegration: handles worker thread events only (new)
The old childProcessIntegration's captureWorkerErrors option is
deprecated. Users should use workerIntegration() instead.
Fixes#18698
Signed-off-by: Atharv Pandey <atharvpandey245@gmail.com>
0 commit comments