Update expo project to use stuff its gonna use
This commit is contained in:
5
apps/expo/metro.config.js
Normal file
5
apps/expo/metro.config.js
Normal file
@@ -0,0 +1,5 @@
|
||||
// const { getDefaultConfig } = require("expo/metro-config");
|
||||
const { getSentryExpoConfig } = require("@sentry/react-native/metro");
|
||||
// const config = getDefaultConfig(__dirname);
|
||||
const config = getSentryExpoConfig(__dirname);
|
||||
module.exports = config;
|
||||
Reference in New Issue
Block a user