Commit 65cca233 authored by 神楽坂玲奈's avatar 神楽坂玲奈

fix

parent 7bf51dcb
{ {
"name": "mycard-mobile", "name": "mycard-mobile",
"version": "1.0.27", "version": "1.0.28",
"license": "UNLISENCED", "license": "UNLISENCED",
"scripts": { "scripts": {
"ng": "ng", "ng": "ng",
......
...@@ -48,7 +48,7 @@ export class RavenErrorHandler implements ErrorHandler { ...@@ -48,7 +48,7 @@ export class RavenErrorHandler implements ErrorHandler {
} }
let sentry: Provider[] = []; let sentry: Provider[] = [];
if (!isDevMode()) { if (environment.production) {
Raven.config('https://a43997ca0d3a4aee8640ab90af35144b@sentry.io/1227659', { Raven.config('https://a43997ca0d3a4aee8640ab90af35144b@sentry.io/1227659', {
release: environment.version release: environment.version
}).install(); }).install();
......
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