Questions tagged [errbit]

Errbit is a tool for collecting and managing errors from other applications. It is Airbrake API compliant

Errbit is an open source, self-hosted error catcher.

It's a tool for collecting and managing errors from other applications. It is Airbrake (formerly known as Hoptoad) API compliant, so if you are already using Airbrake, you can just point the airbrake gem to your Errbit server.

30 questions
8
votes
1 answer

Make Sentry On-Premise installation more lightweight

Is there any way to lower the amount of dependent services and/or the amount of resources Sentry is using? Because I am thinking whether a minimum of 8GB of RAM is worth having error tracking for a small amount of projects. Or whether I should…
4
votes
2 answers

how to call the Errbit API?

Starter Airbrake/Errbit are applications that collect errors generated by other applications, and aggregate the results for review. Airbrake is a commercial app and Errbit is an open-source clone of Airbrake. Main Course I need some help figuring…
Dónal
  • 185,044
  • 174
  • 569
  • 824
3
votes
1 answer

How do use external_links to connect docker-compose to common service?

I currently am using a docker-compose to setup a series of microservices which I want to link to a common error logging service (created outside the compose). I am creating the errorHandling service outside of the compose. docker run -d --name…
Tkwon123
  • 3,672
  • 2
  • 13
  • 13
2
votes
2 answers

What's the fastest way to delete all errbit errors from mongodb?

I'd like to start over with errbit - there are millions of records in our mongodb database and we hadn't been cleaning them up. I'd like to start over, but I don't want to lose my user accounts. I've tried to run these routines…
mark amos
  • 321
  • 2
  • 5
2
votes
1 answer

Errbit client for clojure (ring)

I tried clj-airbrake but it doesn't seem to log errors in errbit. Is there any errbit client for clojure?
Taha Husain
  • 292
  • 2
  • 11
2
votes
1 answer

Errbit keeps spamming emails

im using errbit 0-3 stable and its working really good . but the problem is sometimes it start spamming me emails for the same error but different hashes like the following : Mongo::Error::NoServerAvailable: No server is available matching…
1
vote
1 answer

Errbit can't verify CSRF token authenticity for all POST requests

We've just upgraded our Errbit app (https://github.com/errbit/errbit) from 0.6.0 to the latest version and we're finding that every POST request is throwing an exception that the CSRF token is invalid... if you change the protect_from_forgery in the…
Cameron
  • 27,963
  • 100
  • 281
  • 483
1
vote
1 answer

capistrano: cp - cannot stat

I'm trying to deploy errbit (https://github.com/errbit/errbit), and can't get capistrano to compile the assets on a remote server. It appears it's adding for no good reason some gibberish when it creates the manifest path, and I really have no idea…
ngw
  • 1,222
  • 1
  • 14
  • 34
1
vote
0 answers

How to use Errbit in Laravel 4?

I just install the Errbit in my PC using ruby, and it's already running on my local. And I developed a web apps using Laravel 4, but I didn't know how can I send all of the errors of my web apps to the errbit.I already installed this package, but I…
Praditha
  • 1,162
  • 5
  • 24
  • 45
1
vote
1 answer

Airbrake / errbit

I have migrated my website from heroku to railshoster.de. Now the errbit/airbrake is not working anymore. Variables have been set same as origin. I've tried without the protocol ERRBIT_HOST=my_errbit_server.herokuapp.com and with it…
Jan
  • 12,992
  • 9
  • 53
  • 89
1
vote
0 answers

errbit custom notification backtrace

I'm sending a custom notification to Errbit using Airbrake.notify method. I want to pass the backtrace, which is already formatted in proper errbit-ready way, for example: [{"function"=>"getAttr",…
Jacka
  • 2,270
  • 4
  • 27
  • 34
1
vote
1 answer

How to track js errors with errbit and airbrake?

I have a rails application, tracking ruby errors works very well, but how to track js errors?
mystdeim
  • 4,802
  • 11
  • 49
  • 77
1
vote
1 answer

Unintialized constant Airbrake

I'm trying to catch a specific exception and then log it to errbit manually and then show an error message to the user and redirect them. With the code below in my model, I can the error # Causes uninitialized constant Issue::Airbrake How can I…
Catfish
  • 18,876
  • 54
  • 209
  • 353
1
vote
1 answer

Unable to send notification to errbit

I am using Python's https://github.com/pulseenergy/airbrakepy Which is a synonym to Ruby's Airbrake gem. Now, i have installed https://github.com/errbit/errbit at my end. Now, i want to send all error notices to errbit. I have something similar…
Aashish P
  • 1,894
  • 5
  • 22
  • 36
1
vote
1 answer

undefined method `method=' in airbrake with errbit

When I do rake airbrake:test I get this exception on production. Errbit app hosts on heroku and does not recieving any messages from production. What the problem is? Airbrake v 3.1.8 Errbit v - last from github undefined method `method=' for…
Meliborn
  • 6,495
  • 6
  • 34
  • 53
1
2