-
-
Notifications
You must be signed in to change notification settings - Fork 237
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
Flutter: measurements.frames_total less than measurements.frames_slow #2304
Comments
Assigning to @getsentry/support for routing ⏲️ |
Routing to @getsentry/product-owners-discover for triage ⏲️ |
thanks for the report, we'll have a look |
@ReneGreen27 do you know if this is reproducible on your end? I'll add a safe guard that will prevent invalid data from being sent but will investigate why this is happening Edit: this is happening because of a rounding error |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem Statement
When viewing measurements.frames_total on the Discover page there are instances where it is less than measurements.frames_slow, which is causing measurements.frames_slow_rate to be 200%.
User is currently using sentry_flutter: ^8.6.0
Solution Brainstorm
total frames should always be greater or equal to the number of slow frames.
Can reference latest exchange and org in internal ticket 131803 for more examples if needed
Product Area
Discover
The text was updated successfully, but these errors were encountered: