Note: If you’re using old Errbit version (0.2.0, 0.4.0) and an old Airbrake version (v4) please refer to this manual to make it work with self-signed certificates. Having an error catcher like Errbit behind SSL is generally a good idea. Especially when Errbit is hosted on a different server than you application (for example when […]
Read more at the sourceCategory Archives: Errbit
Making Errbit work faster by keeping it clean and tidy
Errbit is a great tool for collecting and managing errors from ruby applications. It’s like Airbrake but can be self-hosted, so you can use it for intranet applications or any apps that should not send data to an external servers. Errbit is a really good piece of software, unfortunately it can get pretty slow, when […]
Read more at the sourceTracking Sidekiq workers exceptions with Errbit/Airbrake
If you’ve set up Errbit/Airbrake and you use Sidekiq, by default you would expect, that Errbit tracks things that happen in Sidekiq workers as well. Unfortunately it doesn’t. In order to make Sidekiq retry failed jobs in needs to catch and handle exceptions on its own. And that’s the reason why you need a bit […]
Read more at the sourceErrbit + HTTPS: Setting up Errbit reporter (Airbrake gem) to work with self-signed HTTPS Errbit
Having an error catcher like Errbit behind SSL is generally a good idea. Especially when Errbit is hosted on a different server than you application (for example when you manage multiple apps with one Errbit instance). In many cases you will have a self-signed certificate (why would you pay for a cert for internal tool). […]
Read more at the source