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
{{ message }}
This repository was archived by the owner on Jul 5, 2020. It is now read-only.
Sometimes you encounter UnobservedTaskExceptions that are outside of your control (e.g. in third-party libraries or in the framework itself).
Currently you can either have them mixed in with the fixable UnobservedTaskExceptions which lowers signal-to-noise ratio, or you must remove the entire UnobservedExceptionTelemetryModule.
It would be useful to have some way to ignore specific UnobservedTaskExceptions without throwing the baby with the bathwater.
Sometimes you encounter
UnobservedTaskExceptions that are outside of your control (e.g. in third-party libraries or in the framework itself).Currently you can either have them mixed in with the fixable
UnobservedTaskExceptions which lowers signal-to-noise ratio, or you must remove the entireUnobservedExceptionTelemetryModule.It would be useful to have some way to ignore specific
UnobservedTaskExceptions without throwing the baby with the bathwater.