Skip to content

Commit f14b4d4

Browse files
committed
chore: disable sentry metro/expo
1 parent 316f7ad commit f14b4d4

2 files changed

Lines changed: 4 additions & 11 deletions

File tree

app.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -111,15 +111,7 @@
111111
}
112112
],
113113
"expo-font",
114-
"expo-router",
115-
[
116-
"@sentry/react-native/expo",
117-
{
118-
"url": "https://bugsink.maroonrides.app",
119-
"project": "maroon-rides-app",
120-
"organization": "maroon-rides"
121-
}
122-
]
114+
"expo-router"
123115
]
124116
}
125117
}

metro.config.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
const { getSentryExpoConfig } = require('@sentry/react-native/metro');
1+
// Learn more https://docs.expo.io/guides/customizing-metro
2+
const { getDefaultConfig } = require('expo/metro-config');
23

3-
module.exports = getSentryExpoConfig(__dirname);
4+
module.exports = getDefaultConfig(__dirname);

0 commit comments

Comments
 (0)