yarn @sentry/react-native 5.26.0-alpha.3

latest releases: 5.24.3, 5.33.0, 5.24.2...
2 months ago

Features

  • Redact react-native-svg SVGs when maskAllVectors (#3930)

  • Add annotateReactComponents option 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/background breadcrumbs to iOS Replays (#3932)

Dependencies

Don't miss a new react-native release

NewReleases is sending notifications on new releases.