airbrake Questions
1
Solved
Airbrake's Vue configuration page is still about Vue 2:
Vue.config.errorHandler = function (err, vm, info) {
airbrake.notify({
error: err,
params: {info: info}
});
}
What is the equivalent for...
Embrace asked 6/9, 2020 at 19:14
3
I'm working on a rails 3.2.8 project, I've just installed the airbrake gem to track errors, In development I did the airbrake installation steps, then when I did the deployment with capistrano, I g...
Cyton asked 16/10, 2012 at 3:16
1
Solved
I had set up Airbrake to work in a Django project using pybrake, but 12 days ago it stopped working and I'm trying to debug the problem.
I've created a little 'test project' with a Pipfile and an ...
6
Solved
I received a crash report via AirBrake.io that isn't symbolicated. Since the crash report is not in exactly the same format as an Apple crashlog I can't just drop it on XCode as usual, so I took th...
Finegrained asked 20/4, 2012 at 8:30
4
I would like Airbrake to only be notified of errors when the retries are exhausted, but I can't seem to think of a way to implement it...
I can add a sidekiq_retries_exhausted hook to send the err...
Oxbow asked 30/10, 2013 at 12:43
3
Solved
I have a rails app in production that i deployed some changes to the other day. All of a sudden now I get the error ActiveRecord::ConnectionTimeoutError: could not obtain a database connection with...
Malinin asked 6/1, 2015 at 14:53
3
Solved
I was running my rails application and it was working fine till yesterday but today when i run rails server it is giving me this error.Though my airbrake is also dont have any errors
[airbrake.rb]...
Rambling asked 24/12, 2015 at 9:30
2
Solved
How do you set up Airbrake such that it gets context information from unhandled Javascript errors that occur in an Ember application?
Ingulf asked 27/1, 2014 at 16:11
2
Solved
What's the proper way to get error reports, when using a tool like AirBrake or ExceptionNotifier from mailing delayed jobs?
I tried to creating my own delayed job class, but the mail object create...
Bindweed asked 1/8, 2012 at 19:41
1
Solved
I have Airbrake installed on my Rails app. However, I also want to perform some other actions when a 500 occurs. How do I rescue 500 errors without interfering with Airbrake?
Suitcase asked 22/11, 2012 at 12:48
1
Solved
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
Manifold asked 5/4, 2012 at 18:7
1
© 2022 - 2024 — McMap. All rights reserved.