You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-13Lines changed: 6 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,19 +22,11 @@
22
22
email:"john@doe.com",
23
23
message:"Hello World!",
24
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
25
});
36
26
```
37
27
28
+
To learn how to attach context data to the feedback visit [the documentation](https://docs.sentry.io/platforms/react-native/user-feedback/).
29
+
38
30
- User Feedback Form Component Beta ([#4320](https://github.com/getsentry/sentry-react-native/pull/4328))
39
31
40
32
To collect user feedback from inside your application add the `FeedbackForm` component.
@@ -57,6 +49,7 @@
57
49
```
58
50
59
51
- Export `Span` type from `@sentry/types` ([#4345](https://github.com/getsentry/sentry-react-native/pull/4345))
52
+
- Add RN SDK package to `sdk.packages` on Android ([#4380](https://github.com/getsentry/sentry-react-native/pull/4380))
60
53
61
54
### Fixes
62
55
@@ -77,9 +70,9 @@
77
70
- Bump Android SDK from v7.18.0 to v7.19.0 ([#4329](https://github.com/getsentry/sentry-react-native/pull/4329), [#4365](https://github.com/getsentry/sentry-react-native/pull/4365))
0 commit comments