chore: Sentry performance monitoring (#1841)
* Hook up performance monitoring * lint
This commit is contained in:
@@ -24,7 +24,7 @@ export const initI18n = () => {
|
||||
},
|
||||
lng,
|
||||
fallbackLng: lng,
|
||||
debug: process.env.NODE_ENV !== "production",
|
||||
debug: process.env.NODE_ENV === "development",
|
||||
keySeparator: false,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user