Initial commit
Generated by create-expo-app 3.2.0.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
const { getSentryExpoConfig } = require('@sentry/react-native/metro');
|
||||
|
||||
/** @type {import('expo/metro-config').MetroConfig} */
|
||||
const config = getSentryExpoConfig(__dirname, {
|
||||
annotateReactComponents: true,
|
||||
enableSourceContextInDevelopment: true,
|
||||
});
|
||||
|
||||
module.exports = config;
|
||||
|
||||
// https://docs.sentry.io/platforms/react-native/session-replay/#react-component-names
|
||||
Reference in New Issue
Block a user