Questions tagged [airbrake]

Capture and track your application's exceptions

104 questions
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
3 answers

Access the last_error in failure method of Delayed Job Rails

Iam using delayed job in a rails application. I want to notify an error to airbake whenever a delayed job fails. I checked on github and leant about the failure method. I want to send the last_error attribute of failed delayed job to airbrake.…
Swati Aggarwal
  • 1,265
  • 3
  • 19
  • 34
1
vote
2 answers

Heroku logging and exception tracking

I'm been playing around with Heroku, Airbrake and Papertrail. I love the Airbrake interface and exception tracking system. It's one crippling weakness is that you have to send messages to it synchronously. Ouch! Wouldn't it be great if you could…
maxenglander
  • 3,991
  • 4
  • 30
  • 40
1
vote
1 answer

Please retry. This notice UUID is still being processed

I have a free account on airbrake. and I am also getting the same message. while submitting the error to airbrake i got this message in logger. [Airbrake] Success: Net::HTTPOK [Airbrake] Environment Info: [Ruby: 1.8.7] [Rails: 3.0.10] [Env:…
tripurari
  • 71
  • 7
0
votes
1 answer

Ignore environments with Airbrake JS

We use Airbrake to track errors in our Rails application using the Ruby and JS versions of their SDK... but noticed that we're unable to ignore certain environments such as development and test in our JS code. In our configuration we have: var…
Cameron
  • 27,963
  • 100
  • 281
  • 483
0
votes
1 answer

Implementing Airbrake into a ASP.NET MVC 5 project

I have an older .NET 4.8 project that needs to use Airbrake. The project is using Unity for its IoC container, implementing the standard Repository Service pattern. There's very little in the way of ASP.NET examples. I am looking to do something…
0
votes
0 answers

Errbit returns '422 Unprocessable Entity' using airbrake/javabrake

Onboarding a Kotlin App to errbit 0.6.0 using airbrake/javabrake 0.1.6 client lib. Getting a '422 Unprocessable Entity' and HTML body. I can see that client lib is using airbrake v3 API. Does errbit 0.6.0 support that? Is there any mapping doc on…
Alex
  • 24
  • 4
0
votes
0 answers

Obtaining details for airbrake-js error objects

I use Errbit and airbrake-js Errbit https://github.com/errbit/errbit My Vue js errors are reported by airbrake-js to Errbit with airbrake-js. airbrake.notify({ error: err, params: { info: info } vue errors are reported to…
Kouta Osabe
  • 121
  • 1
  • 10
0
votes
0 answers

How to set Airbrake with drupal 8

I'm trying to use Airbrake with my drupal 8 project, I follow this GitHub page https://github.com/akalsey/airbrake-drupal. I create an account and install the Airbrake using Composer composer require airbrake/phpbrake. Then it says that I should…
IDI
  • 175
  • 1
  • 14
0
votes
1 answer

Airbrake Control Panel - Change Deployment Tags Colour

We've recently set up a project on Airbrake. We post all errors, deploys to it and it's been working great. The only nitpicky issue I have with it is that I can't find any way to change the deployment tag colour on the control panel. See the image…
budvyt_is
  • 3
  • 1
0
votes
0 answers

Log4j2 and Airbrake - How to have different log levels for logger?

I would like to print all INFO logs to my console, but only send ERROR logs to my Airbrake appender. My log4j2 has a root logger that adds the ConsoleAppender and is set to log level INFO.
micah
  • 7,596
  • 10
  • 49
  • 90
0
votes
1 answer

Integrate airbrake with Python

When I'm trying to integrate python logging with airbrake, I get following errors: main.py import pybrake from config2.config import config airbrake_handler = None def filter_airbrake_msgs(notice): if config.environment in ['production',…
sai chandesh
  • 91
  • 1
  • 7
0
votes
1 answer

Airbrake error: urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate

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 airbrake_test.py (where I've scrambled the project…
Kurt Peek
  • 52,165
  • 91
  • 301
  • 526