Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide better approach to error handling #3

Open
maxime-rainville opened this issue Nov 17, 2024 · 0 comments
Open

Provide better approach to error handling #3

maxime-rainville opened this issue Nov 17, 2024 · 0 comments

Comments

@maxime-rainville
Copy link
Member

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.

@maxime-rainville maxime-rainville changed the title Provide better approch to error handling Provide better approach to error handling Nov 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant