Commit 3188b80a authored by 神楽坂玲奈's avatar 神楽坂玲奈

Sentry

parent 7fe4a2fa
This diff is collapsed.
{ {
"name": "mycard-mobile", "name": "mycard-mobile",
"version": "1.0.19", "version": "1.0.20",
"license": "UNLISENCED", "license": "UNLISENCED",
"scripts": { "scripts": {
"ng": "ng", "ng": "ng",
...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
"hammerjs": "^2.0.8", "hammerjs": "^2.0.8",
"lodash": "^4.17.4", "lodash": "^4.17.4",
"material-design-icons": "^3.0.1", "material-design-icons": "^3.0.1",
"raven-js": "^3.26.2",
"rxjs": "^5.4.3", "rxjs": "^5.4.3",
"webdav": "https://github.com/moecube/webdav-client/releases/download/v1.0.1/webdav-1.0.1.tgz", "webdav": "https://github.com/moecube/webdav-client/releases/download/v1.0.1/webdav-1.0.1.tgz",
"zone.js": "^0.8.17" "zone.js": "^0.8.17"
......
...@@ -46,9 +46,6 @@ Raven ...@@ -46,9 +46,6 @@ Raven
export class RavenErrorHandler implements ErrorHandler { export class RavenErrorHandler implements ErrorHandler {
handleError(err: any): void { handleError(err: any): void {
Raven.captureException(err.originalError || err); Raven.captureException(err.originalError || err);
if (isDevMode()) {
super.handleError(err);
}
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment