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

Exception notifier integration #5

Closed
Startouf opened this issue Jan 3, 2017 · 2 comments
Closed

Exception notifier integration #5

Startouf opened this issue Jan 3, 2017 · 2 comments

Comments

@Startouf
Copy link

Startouf commented Jan 3, 2017

Hey, I just realized there was a gem for the fail_safe component I had tried to implement myself...
I am wondering if it would be easy to integrate exception notifier, which already does report exceptions very well and is connected to various services like Slack.
In addition, exception_notifier does a good job of exporting controller environment and request information (not sure safely does that)

Also, my fail_safe had a config where it is possible to always raise exceptions (useful for dev environment), to change the raised exception to a different one

@ankane
Copy link
Owner

ankane commented Jan 4, 2017

This could be added to Errbase as a notification library and use ExceptionNotifier.notify_exception(e).

@ankane
Copy link
Owner

ankane commented Feb 22, 2017

Hey @Startouf, this has been added to Errbase master.

@ankane ankane closed this as completed Feb 22, 2017
@lock lock bot locked as resolved and limited conversation to collaborators Dec 28, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants