Skip to content

Commit d00f9ea

Browse files
chore: Update captureFeedback changelog entry (#4386)
1 parent de59d3a commit d00f9ea

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

CHANGELOG.md

+2-10
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,11 @@
2222
2323
message: "Hello World!",
2424
associatedEventId: eventId, // optional
25-
}, {
26-
captureContext: {
27-
tags: { "tag-key": "tag-value" },
28-
},
29-
attachments: [
30-
{
31-
filename: 'hello.txt',
32-
data: 'Hello, World!',
33-
},
34-
],
3525
});
3626
```
3727

28+
To learn how to attach context data to the feedback vistit [the documentation](https://docs.sentry.io/platforms/react-native/user-feedback/).
29+
3830
- Export `Span` type from `@sentry/types` ([#4345](https://github.com/getsentry/sentry-react-native/pull/4345))
3931
- Add RN SDK package to `sdk.packages` on Android ([#4380](https://github.com/getsentry/sentry-react-native/pull/4380))
4032

0 commit comments

Comments
 (0)