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
Disable debugger initialization if it's not enabled initially (#7398)
## Summary of changes
Disables the debugger initialization if it's not explicitly enabled
## Reason for change
We have been seeing some hangs in CI which seem to be caused by the
debugger (based on log messages) and I suspect are due to [this
refactoring](015d218).
Rather than revert that large piece of refactoring (and causing massive
conflicts for the [remote-enablement
PR](#7366)), for now we
primarily want to ensure customers _not_ using the debugger are not
impacted.
## Implementation details
Check the debugger and exception replay settings to see if the debugger
is required. If not, bail out of initialization immediately.
## Test coverage
This is the test
0 commit comments