-
-
Notifications
You must be signed in to change notification settings - Fork 62
Closed
Description
Environment
How did you install the package? (Git-URL, Assetstore)
add package
Which version of Unity?
6000.0.47f1
Is this happening in Unity (editor) or on a player like Android, iOS, Windows?
Editor + build
Steps to Reproduce
- Install sentry package older than 3.2.0 (3.1.0 and lower)
- Use SentrySdk.CaptureUserFeedback (instead of CaptureFeedback)
Expected Result
Expected the feedback to be captured even though the API is obsolete
Actual Result
The feedback was not captured
Any logs or screenshots
event id generated fine: d4ef896322344d0fac8dd2b68e84424f
var eventId = SentrySdk.CaptureMessage($"[{userName}] says:");
SentrySdk.CaptureUserFeedback(eventId, $"{header} | {_inputField.text}", "email", userName);
Metadata
Metadata
Assignees
Labels
No labels
Projects
Status
Done
Status
No status