We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Dart SDK
We have docs for the "old" captureUserFeedback API:
captureUserFeedback
But now we have the new captureFeedback API available:
captureFeedback
As well as a widget, similar to JS:
SentryFeedbackWidget
Relates to:
Similar to the JS SDK, docs, document the new API and the widget.
Code introduced on version 8.10.0 of the SDK
The text was updated successfully, but these errors were encountered:
Routing to @getsentry/product-owners-user-feedback for triage ⏲️
Sorry, something went wrong.
No branches or pull requests
SDK
Dart SDK
Description
We have docs for the "old"
captureUserFeedback
API:But now we have the new
captureFeedback
API available:captureFeedback
sentry-dart#2230As well as a widget, similar to JS:
SentryFeedbackWidget
sentry-dart#2240Relates to:
Suggested Solution
Similar to the JS SDK, docs, document the new API and the widget.
Code introduced on version 8.10.0 of the SDK
The text was updated successfully, but these errors were encountered: