Skip to content

Commit

Permalink
user-feedback: API for crash reports (#8636)
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-garcia authored Dec 5, 2023
1 parent 2f556d1 commit 59883e7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/docs/product/user-feedback/setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,10 @@ The Sentry SDK that injects the Feedback widget runs on the client's browser, an
- [SvelteKit](/platforms/javascript/guides/sveltekit/user-feedback/)
- [Vue](/platforms/javascript/guides/vue/user-feedback/)

## Supported SDKs for Crash-Report Modal
## Supported SDKs for Crash-Report API

For non-browser-based applications, we provide an API to send Crash Reports. This allows you to connect your own user interface with Sentry's Crash-Reports. The following SDKs have support for the Crash-Report API:
For non-browser-based applications, we provide an API to send user feedback attached to errors programatically.
This allows you to connect your own user interface with Sentry's Crash-Reports. The following SDKs have support for the Crash-Report API:

- [Android](/platforms/android/user-feedback/)
- [Apple](/platforms/apple/user-feedback/)
Expand Down

1 comment on commit 59883e7

@vercel
Copy link

@vercel vercel bot commented on 59883e7 Dec 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sentry-docs – ./

sentry-docs-git-master.sentry.dev
sentry-docs.sentry.dev
docs.sentry.io

Please sign in to comment.