Requested by: @alwx
Merge target: (default)
Quick links:
Assign the accepted label to this issue to approve the release.
To retract the release, the person requesting it must leave a comment containing #retract on a line by itself under this issue.
Targets
Checked targets will be skipped (either already published or user-requested skip). Uncheck to retry a target.
📋 Changelog
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
- Bump Bundler Plugins from v4.7.0 to v4.8.0 (#5581)
- Bump JavaScript SDK from v10.36.0 to v10.37.0 (#5589)
Requested by: @alwx
Merge target: (default)
Quick links:
Assign the accepted label to this issue to approve the release.
To retract the release, the person requesting it must leave a comment containing
#retracton a line by itself under this issue.Targets
Checked targets will be skipped (either already published or user-requested skip). Uncheck to retry a target.
📋 Changelog
Features
sentry-span-attributesprop to attach custom attributes to user interaction spans (#5569)Dependencies