Set Up
Get started with Sentry's User Feedback, which allows you to collect feedback from your users.
With User Feedback, you can collect feedback from your users via three methods:
- A Feedback Widget that can be displayed anywhere in your application (various SDKs and loader script)
- A Crash-Report Modal that pops up automatically when your users experience a crash (HTML script)
- An API that you can attach to your own interface (various SDKs and web API)
To get instructions for how to set it up and start collecting feedback, click a link for one of the supported SDKs below.
The User Feedback widget can be used on all browser-based applications. This includes static websites, single-page-applications, and also server-side-rendered, including frameworks such as: Django, Spring, ASP.NET, Laravel, Express and Rails. If you don't use npm
or yarn
, you can use our Loader script
tag on your main HTML template.
The Sentry SDK that injects the Feedback widget runs on the client's browser, and itβs built-in to @sentry/browser
and our browser framework SDKs:
The Crash Report Modal allows users to submit feedback after they experience an error, via an automatic modal that pops up after an error occurs. This is done by adding a script tag to your HTML template.
We also provide an API to send user feedback programmatically. This allows you to connect your own user interface to Sentry. If your SDK is not supported, you may post data to the Web API.
The following SDKs are supported:
Our documentation is open source and available on GitHub. Your contributions are welcome, whether fixing a typo (drat!) or suggesting an update ("yeah, this would be better").