Skip to content

Commit 86c5a2c

Browse files
committed
ref(feedback): update supported sdks page
1 parent 949763e commit 86c5a2c

File tree

1 file changed

+21
-18
lines changed

1 file changed

+21
-18
lines changed

docs/product/user-feedback/setup.mdx

Lines changed: 21 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sidebar_order: 12
44
description: "Get started with Sentry's User Feedback, which allows you to collect feedback from your users."
55
---
66

7-
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.
7+
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.
88

99
To get instructions for how to set it up and start collecting feedback, click a link for one of the supported SDKs below.
1010

@@ -35,20 +35,23 @@ The Sentry SDK that injects the Feedback widget runs on the client's browser, an
3535
- [SvelteKit](/platforms/javascript/guides/sveltekit/user-feedback/)
3636
- [Vue](/platforms/javascript/guides/vue/user-feedback/)
3737

38-
## Supported SDKs for Crash-Report API
39-
40-
For non-browser-based applications, we provide an API to send user feedback attached to errors programatically.
41-
This allows you to connect your own user interface with Sentry's Crash-Reports. The following SDKs have support for the Crash-Report API:
42-
43-
- [Android](/platforms/android/user-feedback/)
44-
- [Apple](/platforms/apple/user-feedback/)
45-
- [Dart](/platforms/dart/user-feedback/)
46-
- [.NET](/platforms/dotnet/user-feedback/)
47-
- [Flutter](/platforms/dart/guides/flutter/user-feedback/)
48-
- [Java](/platforms/java/user-feedback/)
49-
- [Kotlin](/platforms/kotlin/guides/kotlin-multiplatform/user-feedback/)
50-
- [Node.JS](/platforms/javascript/guides/node/user-feedback/)
51-
- [PHP](/platforms/php/user-feedback/)
52-
- [React Native](/platforms/react-native/user-feedback/)
53-
- [Unreal](/platforms/unreal/user-feedback/)
54-
- [Unity](/platforms/unity/user-feedback/)
38+
## Supported SDKs for User Feedback API
39+
40+
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:
41+
42+
- [Android](/platforms/android/user-feedback/#user-feedback-api)
43+
- [Apple](/platforms/apple/user-feedback/#user-feedback-api)
44+
- [Dart](/platforms/dart/user-feedback/#user-feedback-api)
45+
- [Flutter](/platforms/dart/guides/flutter/user-feedback/#user-feedback-api)
46+
- [Java](/platforms/java/user-feedback/#user-feedback-api)
47+
- [Kotlin](/platforms/kotlin/guides/kotlin-multiplatform/user-feedback/#user-feedback-api)
48+
- [Node.JS](/platforms/javascript/guides/node/user-feedback/#user-feedback-api)
49+
- [React Native](/platforms/react-native/user-feedback/#user-feedback-api)
50+
- [Unreal](/platforms/unreal/user-feedback/#user-feedback-api)
51+
52+
If your platform is not supported, you may post data to the [Web API](https://docs.sentry.io/api/projects/submit-user-feedback/).
53+
54+
TODO: document .NET, PHP, and unity, if they have it?
55+
56+
## Supported SDKs for Crash Report Modal
57+
TODO: necessary?

0 commit comments

Comments
 (0)