Questions tagged [hoptoad]
21 questions
10
votes
2 answers
How do I configure the Airbrake gem to log all Rails exceptions in both development and production environments?
I have found it difficult to send exceptions of my Rails 3 app via the Airbrake gem. At first I thought there was an Airbrake configuration error on my part, but after trial and error and reading the documentation…

Alan David Garcia
- 1,523
- 2
- 14
- 23
7
votes
5 answers
Node.js: How To Get Warned When Server Crashes
How can I get warned when my server crashes for any reason? Does HopToad or any other service does that?
Thanks
EDIT:
I am using Heroku for node.js. Which doesn't allow me to run anything else. I need something to monit my code from inside out,…

Donald
- 243
- 4
- 10
5
votes
4 answers
How do i integrate Hoptoad with DelayedJob and DaemonSpawn?
I have been happily using the DelayedJob idiom:
foo.send_later(:bar)
This calls the method bar on the object foo in the DelayedJob process.
And I've been using DaemonSpawn to kick off the DelayedJob process on my server.
But... if foo throws an…
user155305
2
votes
0 answers
How can I make hoptoad in Django 1.2 log errors to log file as well as send airbrake notifications?
We're using django 1.2.7 and the hoptoad logging middleware (hoptoad.middleware.HoptoadNotifierMiddleware).
When an error occurs, the error message gets sent to airbrake, but it does not seem to get logged to the django log file. It seems like it's…

user1156540
- 21
- 1
2
votes
1 answer
can't dump anonymous class Class
I get a strange issue on the server as below
/!\ FAILSAFE /!\ Wed Apr 25 19:35:13 +0000 2012
Status: 500 Internal Server Error
can't dump anonymous class Class
Please Have a look on the backtrace of issue Click Here
FYI, Server has ruby 1.8.7 and…

Chirag Shah
- 509
- 1
- 10
- 25
1
vote
1 answer
Pass the environment in a custom Airbrake notification
I've written a custom notification to Airbrake from a Ruby EM server we run along with our Rails app. In the case of an exception, I notify Airbrake as per the API docs
Airbrake.notify(
:error_class => "Ruby EM Server Error:",
…

Ganesh Shankar
- 4,826
- 8
- 43
- 56
1
vote
1 answer
Adding BackTrace to the Hoptoad Notify method
I have the code as shown below:
raise "Invalid destination "
rescue Exception => e
HoptoadNotifier.notify(:error_class => e, :error_message => "#{e} : Error occured for the user #{self.user_name}")
I actually want the error message to be…

Arun
- 2,562
- 6
- 25
- 43
1
vote
0 answers
Weird error in Airbrake, with UTF8 codes
I've recently encountered an error in Airbrake (ex Hoptoad).
The error read
%u672A%u5B9A%u7FA9%u306E%u30A8%u30E9%u30FC%u3067%u3059%u3002
I'm more used to errors like NoMethodError: undefined method '-' for nil:NilClass...
I haven't found a way to…

Pierre
- 8,368
- 4
- 34
- 50
1
vote
3 answers
Are there any error notification systems for Java like Hoptoad and Exceptional for Ruby?
There are several excellent hosted services for error notification and processing in the Ruby world, such as hoptoad and exceptional.
I'd like to find a similar service for Java. I don't want to install a separate log monitoring system like Nagios…

Dean Moses
- 2,372
- 2
- 24
- 36
1
vote
1 answer
redeclaration of var console
I'm using Hoptoad to get error reports of my JavaScript and recently I got this error:
redeclaration of var console
the backtrace is not very useful:
internal: :
:0:in `{anonymous}()'
and I know it happened on "Mozilla/5.0 (X11; U; Linux x86_64;…

Pablo Fernandez
- 279,434
- 135
- 377
- 622
1
vote
2 answers
Can I use Hoptoad iOS Notifier with a Titanium Appcelerator iPhone app?
Can I use Hoptoad iOS Notifier (sends iPhone error reports to developers) with a Titanium Appcelerator iPhone application? (http://hoptoadapp.com/pages/ios-notifier).
I cannot tell for sure from their website, but it looks like Hoptoad iOS Notifier…

Stan
- 156
- 1
- 6
1
vote
1 answer
How do I use async_sinatra with hoptoad exception notifier?
It seems like async_sinatra swallows the exception before it can be passed to hoptoad.
Thanks!

Troy
- 33
- 4
1
vote
2 answers
How to get Hoptoad or Airbrake Error Notification in Development Environment on Rails
Please any one help to solve, how to get hoptoad/airbrake Error Notification in Development Environment on Rails,
I have configured the airbrake correctly, and even I am getting test mail from airbrake i.e. by running rake hoptoad:test or rake…

Senthil Kumar Bhaskaran
- 7,371
- 9
- 43
- 56
1
vote
1 answer
Disable/configure HoptoadNotifier per controller
How could I disable or configure the HoptoadNotifier per controller? Background is that I configured the notifier to report "Method not allowed" exception, eg this is raised when an action is accessed with GET instead of POST.
But I have an…

hurikhan77
- 5,881
- 3
- 32
- 47
1
vote
1 answer
hoptoad_notified gem won't unpack into vendor
I think this should be working.
environment.rb
config.gem "hoptoad_notifer", :version => '=2.1.2'
list of installed gems:
$ gem list hoptoad_notifier
*** LOCAL GEMS ***
hoptoad_notifier (2.1.2)
Output of rake:gems
$ rake gems
(in /rails/appdir)
…

wesgarrison
- 6,975
- 5
- 30
- 39