We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 316f7ad commit f14b4d4Copy full SHA for f14b4d4
2 files changed
app.json
@@ -111,15 +111,7 @@
111
}
112
],
113
"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
- ]
+ "expo-router"
123
]
124
125
metro.config.js
@@ -1,3 +1,4 @@
1
-const { getSentryExpoConfig } = require('@sentry/react-native/metro');
+// Learn more https://docs.expo.io/guides/customizing-metro
2
+const { getDefaultConfig } = require('expo/metro-config');
3
-module.exports = getSentryExpoConfig(__dirname);
4
+module.exports = getDefaultConfig(__dirname);
0 commit comments