Questions tagged [airbrake]

Capture and track your application's exceptions

104 questions
0
votes
1 answer

Stop airbrake from filtering HTTP_AUTHORIZATION header

In our Sinatra app we use Airbrake. By default, Airbrake is configured to filter out sensitive params like HTTP_AUTHORIZATION header, but I would like to remove that filtration. I followed the "Filtering or Ignoring data before it's sent to…
CuriousMind
  • 33,537
  • 28
  • 98
  • 137
0
votes
0 answers

Host unreachable from Ruby

For some reason our local errbit server is not reachable from Ruby application running unside unicorn in conjunction with nginx. ** [Airbrake] Unable to contact the Airbrake server. HTTP Error=execution expired ** [Airbrake] Environment Info:…
Vlad Bogomolov
  • 348
  • 4
  • 14
0
votes
1 answer

Airbrake not catching errors for Sidekiq in Rails app on an environment other than development

I'm using Sidekiq and Airbrake in my Rails application. I would like Airbrake to catch any errors that occur during Sidekiq jobs. As per instructions I found online, I've added the following to sidekiq.rb: config.error_handlers << Proc.new {…
Marina
  • 3,222
  • 5
  • 25
  • 35
0
votes
1 answer

Override marionettejs render method to send airbrakes to airbrake.io

I want to send airbrakes that arise due to rendering of a marionette view to airbrake.io But i do not want to put try catch in all the methods of the view. Is there a better way to do it? Current implementation: try { ... } catch (e) { …
Pratik Khadloya
  • 12,509
  • 11
  • 81
  • 106
0
votes
1 answer

Difference between airbrake notifier.js vs airbrake-js

Does anyone know the difference between airbrake's notifier.js vs the new airbrake-js https://github.com/airbrake/airbrake-js library? Do we need to include both if i want to use airbrake-js ?
Pratik Khadloya
  • 12,509
  • 11
  • 81
  • 106
0
votes
1 answer

Errbit on Heroku with RVM & Capistrano

I've tried to set up Errbit (Airbrake) for my RoR application with Heroku, following the below sites: https://github.com/errbit/errbit http://morizyun.github.io/blog/errbit-heroku-rails-error-ruby/ (only japanese, sorry) Deployment on Heroku…
johann
  • 1,115
  • 8
  • 34
  • 60
0
votes
1 answer

Rate limiting Airbrake Javascript logs

I have followed the instructions available at https://github.com/airbrake/airbrake-js to allow for JS exceptions to be farmed out to Airbrake. What I am wondering is - is there a way to intercept these exceptions BEFORE that are sent to Airbrake? I…
0
votes
2 answers

How do I successfully notify Airbrake of a deployment when using capistrano to deploy a Node.js project?

This is a bit of an oddball question. Capistrano 2.14.2 I'm using capistrano to deploy a couple of Node.js projects, and this works fine (from within the same rvm and gemset Ruby installation). However, I'd like to have Airbrake be notified of these…
Wes Gamble
  • 777
  • 10
  • 29
0
votes
2 answers

airbrake:heroku:add_deploy_notification with multiple apps

Attempting to set up deploy notifications to Airbrake on Heroku deploy with rake airbrake:heroku:add_deploy_notification when you have multiple Heroku apps (i.e. git remotes) will yield: ! Multiple apps in folder and no app specified. ! …
davetapley
  • 17,000
  • 12
  • 60
  • 86
0
votes
0 answers

Why is Mongoid/Moped throwing Timeout::Error to Airbrake in production Rake tasks?

I'm having a problem on my production installation. I have several scheduled rake tasks that run successfully. However, I've been getting MANY Timeout::Error: execution expired emails from Airbrake. But, here's the weird part: the Rake tasks all…
Ben Crouse
  • 8,290
  • 5
  • 35
  • 50
0
votes
1 answer

What is an Airbrake Notifier in android?

I have come accross code for AirBrakeNotifier in an app. However, Before that i should know what it does. All i have come to know is that it tracks error. I could not find a documentation on it. Can anyone please tell? Thanks
ashi
  • 63
  • 2
  • 10
0
votes
1 answer

airbrake.expressHandler(), error function does not exist

I'm going according to the documentation at https://github.com/felixge/node-airbrake But when I try it, I get app.error(airbrake.expressHandler()); ^ TypeError: Object # has no method 'expressHandler' My code is as…
Max
  • 1,399
  • 13
  • 28
0
votes
1 answer

Android Exception Reporting Inconsistencies

When we published our Android app we decided to use Airbrake as a 3rd party exception reporting service. I integrated the loopj Airbrake notifier (https://github.com/loopj/airbrake-android) into our app and it seemed to be doing fairly well. Over…
Kam Sheffield
  • 1,231
  • 1
  • 14
  • 16
0
votes
1 answer

air brake does not seem to log errors in production

I have setup airbrake in my app but it doesn't seem to log any 500 errors I get in production. The error is most certain an action mailer issue but Airbrake is not catching this error. I have no custom error handling in my app at this point removed…
Rubytastic
  • 15,001
  • 18
  • 87
  • 175
1 2 3 4 5 6
7