Closed lemnik closed 2 years ago
Improve hot-reload experience when using bugsnag.attach by not throwing an error.
bugsnag.attach
Emit a warning message, instead of throwing an exception when attach has already been called.
attach
New end to end scenarios were added to check that additional calls to attach do not cause startup failures.
Goal
Improve hot-reload experience when using
bugsnag.attach
by not throwing an error.Design
Emit a warning message, instead of throwing an exception when
attach
has already been called.Testing
New end to end scenarios were added to check that additional calls to
attach
do not cause startup failures.