Skip to content

Commit 5204d29

Browse files
Merge pull request #473 from jcrevits/fix-enriching-events-url
Update "User Feedback" URL
2 parents 17ffa85 + da23798 commit 5204d29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ If you are in a non-Phoenix Plug application, add `Sentry.PlugCapture` at the to
6161

6262
#### Capturing User Feedback
6363

64-
If you would like to capture user feedback as described [here](https://docs.sentry.io/enriching-error-data/user-feedback), the `Sentry.get_last_event_id_and_source()` function can be used to see if Sentry has sent an event within the current Plug process, and the source of that event. `:plug` will be the source for events coming from `Sentry.PlugCapture`. The options described in the Sentry documentation linked above can be encoded into the response as well.
64+
If you would like to capture user feedback as described [here](https://docs.sentry.io/platforms/elixir/enriching-events/user-feedback/), the `Sentry.get_last_event_id_and_source()` function can be used to see if Sentry has sent an event within the current Plug process, and the source of that event. `:plug` will be the source for events coming from `Sentry.PlugCapture`. The options described in the Sentry documentation linked above can be encoded into the response as well.
6565

6666
An example Phoenix application setup that wanted to display the user feedback form on 500 responses on requests accepting HTML could look like:
6767

0 commit comments

Comments
 (0)