Move sentry.ts into api directory

pull/2529/head
Jérémy Rialland 2023-02-23 17:18:08 +01:00 committed by Johan Girod
parent 2178a84932
commit 62d5eeffa6
3 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ import ruleTranslations from '../locales/rules-en.yaml'
import translateRules from '../locales/translateRules'
import translations from '../locales/ui-en.yaml'
import '../sentry'
import '../api/sentry'
export const AppEn = () => (
<I18nProvider locale="en-GB">

View File

@ -5,7 +5,7 @@ import { createRoot } from 'react-dom/client'
import App from '../App'
import i18next from '../locales/i18n'
import '../sentry'
import '../api/sentry'
export const AppFr = () => (
<I18nProvider locale="fr-FR">