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
Right now we don't have a great way of managing errors. Exception in event listeners don't bubble up because we don't want to failure in one context to fail all the other event listeners.
We want to make sure errors in event listeners are log.
We also want to provide a sure way to detect errors in unit test when testing event listeners.
The text was updated successfully, but these errors were encountered:
maxime-rainville
changed the title
Provide better approch to error handling
Provide better approach to error handling
Nov 17, 2024
Right now we don't have a great way of managing errors. Exception in event listeners don't bubble up because we don't want to failure in one context to fail all the other event listeners.
We want to make sure errors in event listeners are log.
We also want to provide a sure way to detect errors in unit test when testing event listeners.
The text was updated successfully, but these errors were encountered: