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
I've noticed a few manifold unconsumed deferred errors bubbling up around the place. I wondered if it would be useful to be able to set an ManifoldUnconsumedExceptionHandler, with similar semantics to a Java DefaultUncaughtExceptionHandler? This could be used to report the error to exception trackers, or other sources, rather than just logging it.
I'm not intimately familiar with Manifold, so there may be some reasons why this is a bad idea?
The text was updated successfully, but these errors were encountered:
This seems like a reasonable request. Remember that the "unconsumed errors" are not exhaustively listed, only 1 in 1000 have the finalizer callback enabled (otherwise it's a performance issue), so it's not perfectly like the Java thread error handler, but I agree that's still useful.
I've noticed a few manifold unconsumed deferred errors bubbling up around the place. I wondered if it would be useful to be able to set an ManifoldUnconsumedExceptionHandler, with similar semantics to a Java DefaultUncaughtExceptionHandler? This could be used to report the error to exception trackers, or other sources, rather than just logging it.
I'm not intimately familiar with Manifold, so there may be some reasons why this is a bad idea?
The text was updated successfully, but these errors were encountered: