Questions tagged [hoptoad]
21 questions
0
votes
1 answer
Alternative for hoptoad in Java
I am looking for alternative for hoptoad in Java. I have tried to use the Java and Hoptoad but it doen not work many times. for example now it is not working in our Prod environment but it works everywhere else.
My requirement is to have one…

Rahul
- 197
- 4
- 17
0
votes
1 answer
Hoptoad Java deployment tracking
I'm currently using Hoptoad to track exceptions in my Java application using Frog4J (http://freeasinbeard.org/post/1150100907/frog4j-simpler-integration-of-hoptoad-and-log4j).
This is working really well for tracking the exceptions but I would…

Ross
- 511
- 3
- 12
0
votes
1 answer
Is there any easy way to use Hoptoad with CakePHP?
I know that Hoptoad has a module for PHP at https://github.com/rich/php-hoptoad-notifier/blob/master/Services/Hoptoad.php. I'm trying to figure out how to integrate this into Cake? Will it work right if I run the installer for it in the CakePHP…

gersh
- 2,227
- 4
- 23
- 23
0
votes
1 answer
Rails w/ HopToad -- Deploying?
I have a deployed Rails application that I'd like to use with Hoptoad (an online exception notification service). It comes packaged in a gem that I installed on my deployment server, but I need to run the script/generate hoptoad every time I deploy…

amfeng
- 1,065
- 5
- 17
0
votes
1 answer
Getting Hoptoad to work in a staging environment
I have an action which causes an exception in my staging environment, but instead of sending the notification to hoptoad (which it should, the hoptoad test rake task works...), it shows me the standard rails stacktrace page like it does in…

jonnii
- 28,019
- 8
- 80
- 108
0
votes
2 answers
Hoptoad on rails test works but I don't get notified about exceptions
I set up hoptoad on my prod server and ran rake hoptoad:test. I get the notifier in my hoptoad interface so it seems to work great. But then I forgot to migrate my database after my last deploy so I got a "ActionView::TemplateError" in my…

Tony
- 18,776
- 31
- 129
- 193