Skip to content

Commit 6448e7f

Browse files
committed
Fix link
1 parent 9c2d4d2 commit 6448e7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ feedback.name = "Bob"
2020
SentrySDK.capture_feedback(feedback)
2121
```
2222

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 <PlatformLink to="/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 <PlatformLink to="/configuration/options/#before_send">before_send</PlatformLink>, or the return value of the method capturing an event.
2424

2525
```GDScript
2626
var event_id = SentrySDK.capture_message("An event that will get user feedback.")

0 commit comments

Comments
 (0)