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 4b562e0 commit 0a69de7Copy full SHA for 0a69de7
metro.config.js
@@ -1,6 +1,8 @@
1
-const { getDefaultConfig } = require("expo/metro-config");
+const {
2
+ getSentryExpoConfig
3
+} = require("@sentry/react-native/metro");
4
-const config = getDefaultConfig(__dirname);
5
+const config = getSentryExpoConfig(__dirname);
6
7
config.resolver.alias = {
8
"@": __dirname,
0 commit comments