Skip to content

Commit bef9e3f

Browse files
committed
Update changelog
1 parent 9f643cd commit bef9e3f

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,15 @@
1212

1313
- Add experimental `sentry-span-attributes` prop to attach custom attributes to user interaction spans ([#5569](https://github.com/getsentry/sentry-react-native/pull/5569))
1414
```tsx
15-
<Button
15+
<Pressable
1616
sentry-label="checkout"
1717
sentry-span-attributes={{
1818
'user.type': 'premium',
1919
'cart.value': 150
2020
}}
21-
onPress={handleCheckout}
22-
/>
21+
onPress={handleCheckout}>
22+
<Text>Checkout</Text>
23+
</Pressable>
2324
```
2425

2526
## 7.10.0

0 commit comments

Comments
 (0)