-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
ref(feedback): update setup and supported sdks page #13304
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,7 +4,7 @@ sidebar_order: 12 | |
| description: "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 two methods: a Feedback Widget that can be displayed anywhere in your web application and/or a Crash-Report Modal that appears when your users are experiencing crashes. | ||
| With User Feedback, you can collect feedback from your users via three methods: a Feedback Widget that can be displayed anywhere in your web application, an API that can attach to your own interface, or a Crash-Report Modal that appears when your users are experiencing crashes. | ||
|
|
||
| To get instructions for how to set it up and start collecting feedback, click a link for one of the supported SDKs below. | ||
|
|
||
|
|
@@ -35,20 +35,23 @@ 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 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/) | ||
| - [Dart](/platforms/dart/user-feedback/) | ||
| - [.NET](/platforms/dotnet/user-feedback/) | ||
| - [Flutter](/platforms/dart/guides/flutter/user-feedback/) | ||
| - [Java](/platforms/java/user-feedback/) | ||
| - [Kotlin](/platforms/kotlin/guides/kotlin-multiplatform/user-feedback/) | ||
| - [Node.JS](/platforms/javascript/guides/node/user-feedback/) | ||
| - [PHP](/platforms/php/user-feedback/) | ||
| - [React Native](/platforms/react-native/user-feedback/) | ||
| - [Unreal](/platforms/unreal/user-feedback/) | ||
| - [Unity](/platforms/unity/user-feedback/) | ||
| ## Supported SDKs for User Feedback API | ||
|
|
||
| We also provide an API to send user feedback programmatically. This allows you to connect your own user interface with Sentry User Feedback. The following SDKs are supported: | ||
|
|
||
| - [Android](/platforms/android/user-feedback/#user-feedback-api) | ||
| - [Apple](/platforms/apple/user-feedback/#user-feedback-api) | ||
| - [Dart](/platforms/dart/user-feedback/#user-feedback-api) | ||
| - [Flutter](/platforms/dart/guides/flutter/user-feedback/#user-feedback-api) | ||
| - [Java](/platforms/java/user-feedback/#user-feedback-api) | ||
| - [Kotlin](/platforms/kotlin/guides/kotlin-multiplatform/user-feedback/#user-feedback-api) | ||
| - [Node.JS](/platforms/javascript/guides/node/user-feedback/#user-feedback-api) | ||
| - [React Native](/platforms/react-native/user-feedback/#user-feedback-api) | ||
| - [Unreal](/platforms/unreal/user-feedback/#user-feedback-api) | ||
|
|
||
| If your platform is not supported, you may post data to the [Web API](https://docs.sentry.io/api/projects/submit-user-feedback/). | ||
|
|
||
| TODO: document .NET, PHP, and unity, if they have it? | ||
|
||
|
|
||
| ## Supported SDKs for Crash Report Modal | ||
| TODO: necessary? | ||
aliu39 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.