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(core): Wrap cron withMonitor callback in withIsolationScope (#11797)
Multiple cron jobs can run at the same time and they may run on a server
where other work is being performed.
Wrapping the `withMonitor` callback in `withIsolationScope` ensures that
scope and breadcrumbs for the cron tasks remain isolated.
0 commit comments