Move sentry.ts into api directory
parent
2178a84932
commit
62d5eeffa6
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue