Skip to content

Commit dc91203

Browse files
committed
Mark the api as experimental
1 parent bde0bf2 commit dc91203

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
### Features
1212

13-
- Add `sentry-span-attributes` prop to attach custom attributes to user interaction spans ([#5568](https://github.com/getsentry/sentry-react-native/pull/5568))
13+
- Add experimental `sentry-span-attributes` prop to attach custom attributes to user interaction spans ([#5568](https://github.com/getsentry/sentry-react-native/pull/5568))
1414
```tsx
1515
<Button
1616
sentry-label="checkout"

packages/core/src/js/touchevents.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ export type TouchEventBoundaryProps = {
4242
/**
4343
* Custom attributes to add to user interaction spans.
4444
* Accepts an object with string keys and values that are strings, numbers, booleans, or arrays.
45+
*
46+
* @experimental This API is experimental and may change in future releases.
4547
*/
4648
spanAttributes?: Record<string, SpanAttributeValue>;
4749
};

0 commit comments

Comments
 (0)