Minor package versions upgrade

This commit is contained in:
Lei Nelissen
2021-02-07 23:06:34 +01:00
parent 3ae967e137
commit 3312e99911
6 changed files with 402 additions and 308 deletions

View File

@@ -9,7 +9,7 @@ import { SENTRY_DSN } from '@env';
if (SENTRY_DSN) {
Sentry.init({
dsn: SENTRY_DSN,
dsn: SENTRY_DSN
});
}