-
Notifications
You must be signed in to change notification settings - Fork 66
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
Remove invalid pending feedbacks #309
Comments
That's exactly what should happen. There is even a test for this exact case. Can you give me the full stacktrace? |
It seems to affect 3 users in total, two of them just once (expected) and one of them 88 times over the last 90 days. Here are the different variants for the third users:(flutter_error_exception followed by stacktrace) Can't parse feedback without version
Invalid argument(s): Invalid type for "path": null
PlatformException(561015905, Session activation failed, null, null)
|
https://github.com/wiredashio/wiredash-sdk/blob/12973a8c40d73a06bae621616cf40ebc94926167/lib/src/feedback/data/pending_feedback_item.dart#L57C3-L71
One of our users apparently has a pending old feedback from an old version of the app. This creates a new error in Crashlytics everytime he opens the app.
Can't invalid feedbacks be automatically cleared from the persisted queue?
The text was updated successfully, but these errors were encountered: