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 9b4d1ac commit 3e9e31cCopy full SHA for 3e9e31c
1 file changed
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