github getsentry/sentry-react-native 7.11.0

latest release: 8.0.0-alpha.0
5 hours ago

Features

  • Add support for applying scope attributes to JS logs (#5579)
  • Add experimental sentry-span-attributes prop to attach custom attributes to user interaction spans (#5569)
    <Pressable
      sentry-label="checkout"
      sentry-span-attributes={{
        'user.type': 'premium',
        'cart.value': 150
      }}
      onPress={handleCheckout}>
      <Text>Checkout</Text>
    </Pressable>

Dependencies

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

NewReleases is sending notifications on new releases.