Features
- Add support for applying scope attributes to JS logs (#5579)
- Add experimental
sentry-span-attributesprop 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>