From 69bf8a59b6e8c4c34c7594191fffb7d40a3b8fb3 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Tue, 28 Nov 2023 14:16:06 -0600 Subject: [PATCH] Ok actually enable in dev --- src/lib/sentry.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/sentry.ts b/src/lib/sentry.ts index 54e8dda5bb..84fdbdb43b 100644 --- a/src/lib/sentry.ts +++ b/src/lib/sentry.ts @@ -26,6 +26,7 @@ const appVersion = `${Platform.OS}@${app.appVersion}(${app.buildVersion})` init({ dsn: 'https://05bc3789bf994b81bd7ce20c86ccd3ae@o4505071687041024.ingest.sentry.io/4505071690514432', debug: false, // If `true`, Sentry will try to print out useful debugging information if something goes wrong with sending the event. Set it to `false` in production + enableInExpoDevelopment: true, environment: buildProfile, dist: appVersion, })