Features
-
Redact
react-native-svgSVGs whenmaskAllVectors(#3930) -
Add
annotateReactComponentsoption to@sentry/react-native/metro(#3916)// For Expo const { getSentryExpoConfig } = require("@sentry/react-native/metro"); const config = getSentryExpoConfig(__dirname, { annotateReactComponents: true }); // For RN const { getDefaultConfig } = require('@react-native/metro-config'); const { withSentryConfig } = require('@sentry/react-native/metro'); module.exports = withSentryConfig(getDefaultConfig(__dirname), { annotateReactComponents: true });
Fixes
- Add
app.foreground/backgroundbreadcrumbs to iOS Replays (#3932)