|
@@ -52,7 +52,9 @@
|
|
|
Raven.config @config.sentry_dsn,
|
|
Raven.config @config.sentry_dsn,
|
|
|
whitelistUrls: [/devdocs/]
|
|
whitelistUrls: [/devdocs/]
|
|
|
includePaths: [/devdocs/]
|
|
includePaths: [/devdocs/]
|
|
|
- ignoreErrors: [/dpQuery/]
|
|
|
|
|
|
|
+ ignoreErrors: [/dpQuery/, /NPObject/]
|
|
|
|
|
+ tags:
|
|
|
|
|
+ singleDoc: (!!@DOC).toString()
|
|
|
.install()
|
|
.install()
|
|
|
@previousErrorHandler = onerror
|
|
@previousErrorHandler = onerror
|
|
|
window.onerror = @onWindowError.bind(@)
|
|
window.onerror = @onWindowError.bind(@)
|