Add iframe tag to JS errors

pull/170/head
Thibaut 10 years ago
parent 2cdc9c56ae
commit 485f218a9a

@ -55,6 +55,7 @@
ignoreErrors: [/dpQuery/, /NPObject/] ignoreErrors: [/dpQuery/, /NPObject/]
tags: tags:
mode: if @DOC then 'single' else 'full' mode: if @DOC then 'single' else 'full'
iframe: (window.top isnt window).toString()
.install() .install()
@previousErrorHandler = onerror @previousErrorHandler = onerror
window.onerror = @onWindowError.bind(@) window.onerror = @onWindowError.bind(@)

Loading…
Cancel
Save