86 sentry on iOS

This commit is contained in:
Eric Bailey
2025-10-20 20:14:40 -05:00
parent 199821d670
commit 973b860943
5 changed files with 4 additions and 23 deletions
-10
View File
@@ -28,8 +28,6 @@ module.exports = function (_config) {
const UPDATES_ENABLED = IS_TESTFLIGHT || IS_PRODUCTION
const USE_SENTRY = Boolean(process.env.SENTRY_AUTH_TOKEN)
return {
expo: {
version: VERSION,
@@ -196,14 +194,6 @@ module.exports = function (_config) {
'react-native-edge-to-edge',
{android: {enforceNavigationBarContrast: false}},
],
USE_SENTRY && [
'@sentry/react-native/expo',
{
organization: 'blueskyweb',
project: 'app',
url: 'https://sentry.io',
},
],
[
'expo-build-properties',
{