Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Oct 21, 2023
1 parent 43ad291 commit 8b3f4b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/utils/sentry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 8b3f4b8

Please sign in to comment.