igorkasyanchuk / rails_performance

Monitor performance of you Rails applications (self-hosted and free)
https://www.railsjazz.com/
MIT License
957 stars 54 forks source link

Re-raise sidekiq error so it is not swallowed #18

Closed jules2689 closed 3 years ago

jules2689 commented 3 years ago

Fixes https://github.com/igorkasyanchuk/rails_performance/issues/17

This re-raises the sidekiq error so it isn't swallowed

igorkasyanchuk commented 3 years ago

merged, thanks!