From 8b3f4b888614c027e3bb3258e39e323994eb2086 Mon Sep 17 00:00:00 2001 From: farfromrefuge Date: Sat, 21 Oct 2023 21:02:13 +0200 Subject: [PATCH] chore: cleanup --- app/utils/sentry.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/app/utils/sentry.ts b/app/utils/sentry.ts index 09f91da3..93b5b76b 100644 --- a/app/utils/sentry.ts +++ b/app/utils/sentry.ts @@ -15,7 +15,6 @@ export async function startSentry() { release: `${__APP_ID__}@${__APP_VERSION__}+${__APP_BUILD_NUMBER__}`, dist: `${__APP_BUILD_NUMBER__}.${__ANDROID__ ? 'android' : 'ios'}` }); - // Sentry.setTag('locale', Device.language); install(); isSentryEnabled = true; }