We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
captureFeedback
1 parent de59d3a commit d00f9eaCopy full SHA for d00f9ea
CHANGELOG.md
@@ -22,19 +22,11 @@
22
email: "[email protected]",
23
message: "Hello World!",
24
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
- ],
35
});
36
```
37
+ To learn how to attach context data to the feedback vistit [the documentation](https://docs.sentry.io/platforms/react-native/user-feedback/).
+
38
- Export `Span` type from `@sentry/types` ([#4345](https://github.com/getsentry/sentry-react-native/pull/4345))
39
- Add RN SDK package to `sdk.packages` on Android ([#4380](https://github.com/getsentry/sentry-react-native/pull/4380))
40
0 commit comments