github getsentry/sentry-react-native 6.16.0

latest releases: 7.0.1, 7.0.0, 6.21.0...
2 months ago

Features

  • Introducing @sentry/react-native/playground (#4916)

    The new withSentryPlayground component allows developers to verify
    that the SDK is properly configured and reports errors as expected.

    import * as Sentry from '@sentry/react-native';
    import { withSentryPlayground } from '@sentry/react-native/playground';
    
    function App() {
      return <View>...</View>;
    }
    
    export default withSentryPlayground(
      Sentry.wrap(App)
    );

Fixes

  • Adds support for React Native 0.80 (#4938)
  • Report slow and frozen frames as app start span data (#4865)
  • User set by Sentry.setUser is prefilled in Feedback Widget (#4901)
    • User data are considered from all scopes in the following order current, isolation and global.

Don't miss a new sentry-react-native release

NewReleases is sending notifications on new releases.