mirror of
https://github.com/mue/mue.git
synced 2026-07-28 03:01:10 +02:00
chore: improve background back btn, update dependencies
This commit is contained in:
@@ -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'));
|
||||
|
||||
Reference in New Issue
Block a user