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

Sentry

parent 7fe4a2fa
This source diff could not be displayed because it is too large. You can view the blob instead.
{
"name": "mycard-mobile",
"version": "1.0.19",
"version": "1.0.20",
"license": "UNLISENCED",
"scripts": {
"ng": "ng",
......@@ -26,6 +26,7 @@
"hammerjs": "^2.0.8",
"lodash": "^4.17.4",
"material-design-icons": "^3.0.1",
"raven-js": "^3.26.2",
"rxjs": "^5.4.3",
"webdav": "https://github.com/moecube/webdav-client/releases/download/v1.0.1/webdav-1.0.1.tgz",
"zone.js": "^0.8.17"
......
......@@ -46,9 +46,6 @@ Raven
export class RavenErrorHandler implements ErrorHandler {
handleError(err: any): void {
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