Fix JS error tracking

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

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

Loading…
Cancel
Save