We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We need to add Raven.capture_exception(exception) on the Exception rescue_from in the error.rb concern.
Raven.capture_exception(exception)
Exception
rescue_from
error.rb
This should be if we enabled error_reporting.
The text was updated successfully, but these errors were encountered:
feat(api): add raven capture in error handler if sentry enabled
b6f9676
closes #208
584ca34
rjherrera
Successfully merging a pull request may close this issue.
We need to add
Raven.capture_exception(exception)
on theException
rescue_from
in theerror.rb
concern.This should be if we enabled error_reporting.
The text was updated successfully, but these errors were encountered: