Skip to content

Commit 7912a00

Browse files
author
Visnu Pitiyanuvath
committed
disable hoptoad
1 parent 076fef5 commit 7912a00

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

nodeko.coffee

+4-2
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,11 @@ app.use connect.methodOverride()
2121
app.use connect.cookieDecoder()
2222

2323
Hoptoad = require('./lib/hoptoad-notifier/lib/hoptoad-notifier').Hoptoad
24-
Hoptoad.key = 'b76b10945d476da44a0eac6bfe1aeabd'
24+
Hoptoad.key = 'some key'
25+
###
2526
process.on 'uncaughtException', (e) ->
2627
Hoptoad.notify e
28+
###
2729

2830
request = (type) ->
2931
(path, fn) ->
@@ -90,7 +92,7 @@ request = (type) ->
9092
__bind(fn, ctx)()
9193
catch e
9294
e.action = e.url = req.url
93-
Hoptoad.notify e
95+
#Hoptoad.notify e
9496
next e
9597
get = request 'get'
9698
post = request 'post'

0 commit comments

Comments
 (0)