浏览代码

Add iframe tag to JS errors

Thibaut 10 年之前
父节点
当前提交
485f218a9a
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      assets/javascripts/app/app.coffee

+ 1 - 0
assets/javascripts/app/app.coffee

@@ -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(@)