Fix JS error tracking

pull/412/merge
Thibaut Courouble 9 years ago
parent 740bcc65ba
commit e3abd50406

@ -56,7 +56,8 @@
tags: tags:
mode: if @DOC then 'single' else 'full' mode: if @DOC then 'single' else 'full'
iframe: (window.top isnt window).toString() iframe: (window.top isnt window).toString()
shouldSendCallback: -> shouldSendCallback: =>
try
if @isInjectionError() if @isInjectionError()
@onInjectionError() @onInjectionError()
return false return false

Loading…
Cancel
Save