-
-
Couldn't load subscription status.
- Fork 225
CaptureFeedback now returns a SentryId #4613
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
base: version6
Are you sure you want to change the base?
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## version6 #4613 +/- ##
===========================================
Coverage ? 73.11%
===========================================
Files ? 479
Lines ? 17336
Branches ? 3419
===========================================
Hits ? 12676
Misses ? 3812
Partials ? 848 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
This looks great from the SDK for Unity POV. |
SentrySdk.CaptureFeedbacknow returns aSentryIdthat will be:SentryId.Emptyand an error code (if the call fails)An additional overload is also available with an extra
out CaptureFeedbackResultthat can be used to determine whether the call succeeded or what the specific reason for failure was otherwise.Resolves #4319
CaptureFeedback#4319