I’m experiencing some issues when trying to see my user reports on the dashboard. I created a little panel that lets testers fill out some quick feedback:
SendUserReport()
returns a callback with success=true
, but the reports are not showing up on the dashboard. Some earlier reports (from about a week ago) are still there.
Sometimes a single report gets through, so I tried sending 10 reports to get an idea of the reliability.
User Report Status: Success
User Report Status: Success
User Report Status: Success // <- DID NOT SHOW UP ON DASHBOARD
User Report Status: Success // <- DID NOT SHOW UP ON DASHBOARD
User Report Status: Success
User Report Status: Success
User Report Status: Success
UnityUserReportingPlatform.Post: 480 HTTP/1.1 480 Unknown HTTP status
User Report Status: Failed
UnityUserReportingPlatform.Post: 480 HTTP/1.1 480 Unknown HTTP status
User Report Status: Failed
UnityUserReportingPlatform.Post: 480 HTTP/1.1 480 Unknown HTTP status
User Report Status: Failed
Even though the first 7 report successful sending, two of those are getting lost. For the last three, is that some kind of rate limiting? Or is that also just “random” unreliability?
Does the UserReporting backend just randomly throw away reports?
If I’m going to ask my testers to write their feedback into this panel, I would like to be sure that it actually arrives