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: docs/platforms/godot/user-feedback/index.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ feedback.name = "Bob"
20
20
SentrySDK.capture_feedback(feedback)
21
21
```
22
22
23
-
Sentry can optionally pair this feedback with an event, giving you additional insight into issues. Sentry needs the `event_id` to be able to associate the user feedback to the corresponding event. For example, to get the `event_id`, you can use <PlatformLinkto="/configuration/options/#before-send">before_send</PlatformLink>, or the return value of the method capturing an event.
23
+
Sentry can optionally pair this feedback with an event, giving you additional insight into issues. Sentry needs the `event_id` to be able to associate the user feedback to the corresponding event. For example, to get the `event_id`, you can use <PlatformLinkto="/configuration/options/#before_send">before_send</PlatformLink>, or the return value of the method capturing an event.
24
24
25
25
```GDScript
26
26
var event_id = SentrySDK.capture_message("An event that will get user feedback.")
0 commit comments