Features
-
Add
withSentryExpoSerializers
for easy configurablemetro.config.js
(#3454)This Serializer doesn't support EAS Updates (and expo export) commands yet. Debug IDs needed for source maps resolution in Sentry
are generated only during native builds.const { getDefaultConfig } = require('expo/metro-config'); const { withSentryExpoSerializers } = require("@sentry/react-native/metro"); const config = getDefaultConfig(__dirname); module.exports = withSentryExpoSerializers(config);
Note that this will remove any existing
customSerializer
. Guide for advanced setups can be found here.