Skip to content

Commit ff41924

Browse files
authored
Add Android User Feedback note about associatedEventId (#14238)
1 parent 70e8e3a commit ff41924

File tree

1 file changed

+4
-1
lines changed
  • docs/platforms/android/user-feedback

1 file changed

+4
-1
lines changed

docs/platforms/android/user-feedback/index.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,10 @@ The User Feedback widget integrates seamlessly with Session Replay. When the wid
6464

6565
## User Feedback API
6666

67-
The User Feedback API allows you to collect user feedback while using your own UI components. You can submit feedback directly using the `Sentry.captureFeedback(Feedback)` method:
67+
The User Feedback API allows you to collect user feedback while using your own UI components. You can submit feedback directly using the `Sentry.captureFeedback(Feedback)` method.
68+
69+
Sentry can optionally pair this feedback with an event, giving you additional insight into issues. Sentry needs the `eventId` to be able to associate the user feedback to the corresponding event. For example, to get the `eventId`, you can use <PlatformLink to="/configuration/options/#before-send">beforeSend</PlatformLink>, or the return value of the method capturing an event.
70+
6871

6972
```java
7073
import io.sentry.Sentry;

0 commit comments

Comments
 (0)