33

Is there an alternative open sourced version of a system like http://airbrake.io/pages/home

I would use airbrake but its purely for internal software and exception management

zpea
  • 1,072
  • 6
  • 23
techarch
  • 1,121
  • 2
  • 20
  • 30

1 Answers1

68

Yes there is. It's https://github.com/errbit/errbit ; It's fully compliant with our notifier / API.

We offer a hosted version of Airbrake if you're a large company.

Regards, Ben from Airbrake.

Ben Arent
  • 1,017
  • 8
  • 8
  • Thanks for this, wrote a blog post on setting it up diarmuidmoloney.wordpress.com/2012/08/29/open-source-application-monitoring-catching-exceptions/ – techarch Aug 29 '12 at 23:45
  • 2
    @Diarmuid I think it should be [http://diarmuidmoloney.wordpress.com/2012/08/29/open-source-application-monitoring-catching-exceptions/](http://diarmuidmoloney.wordpress.com/2012/08/29/open-source-application-monitoring-catching-exceptions/) – Linus Oleander Oct 11 '13 at 11:27
  • 2
    @Ben - posts like yours make me happy to be a developer. This is in many ways a great industry to be working in. – Duncan Bayne Nov 07 '13 at 04:25
  • 1
    @Ben - I agree with Duncan. To me it says a lot that a developer from the company helps to seek a potential customer find the right solution, even if it's not the product they work on. +1 for Airbrake! – Ben Oct 14 '14 at 16:34
  • Even the add-on libraries for Airbrake reference how to set up for Errbit. Many Kudos Airbrake! https://github.com/airbrake/airbrake-python – port5432 Apr 28 '19 at 09:32