chore: improve background back btn, update dependencies

This commit is contained in:
David Ralph
2022-05-11 16:09:26 +01:00
parent c3df2d7b23
commit bd05aa5ee0
32 changed files with 167 additions and 122 deletions

View File

@@ -64,7 +64,7 @@ if (localStorage.getItem('stats') === 'true') {
Sentry.init({
dsn: variables.constants.SENTRY_DSN,
defaultIntegrations: false,
autoSessionTracking: false
autoSessionTracking: false,
});
render(<App />, document.getElementById('root'));