Skip to content

Commit

Permalink
ref(feedback): correct function name in API section of architecture d…
Browse files Browse the repository at this point in the history
…oc (#12170)
  • Loading branch information
aliu39 authored Dec 17, 2024
1 parent 984b323 commit 51e1966
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ event[”contexts”][”feedback”] = {

- This doc refers to the payload format (`event` in the pseudo-code above) as a “**feedback event”**.
- The feedback [widget](https://docs.sentry.io/platforms/javascript/user-feedback/#user-feedback-widget), which is installed by default, sends these envelopes.
- API: for SDK v8.0.0+, we use the `sendFeedback` function.
- SDK API: to manually capture feedback, use `captureFeedback()`. [Example for Javascript v8+](https://docs.sentry.io/platforms/javascript/user-feedback/#user-feedback-api). This function still needs
to be implemented for most platforms.
<br />
<br />

Expand Down

0 comments on commit 51e1966

Please sign in to comment.