chore: Sentry performance monitoring (#1841)

* Hook up performance monitoring

* lint
This commit is contained in:
Tom Moor
2021-01-22 20:42:45 -08:00
committed by GitHub
parent 11e1108f4a
commit f6370ccf6d
7 changed files with 118 additions and 29 deletions

View File

@@ -24,7 +24,7 @@ export const initI18n = () => {
},
lng,
fallbackLng: lng,
debug: process.env.NODE_ENV !== "production",
debug: process.env.NODE_ENV === "development",
keySeparator: false,
});