Skip to content
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

Change the way we consider crashes from a given channel in the dashboards #26

Open
marco-c opened this issue Sep 24, 2016 · 0 comments
Open

Comments

@marco-c
Copy link
Collaborator

marco-c commented Sep 24, 2016

Currently, we only consider the currently released version in a channel. For example, in the dashboard now we're only showing crashes for '49' when 'release' is selected.

This means that during the few days in the transition between 48 and 49, the graphs will look skewed and it will always seem like there's a spike.

What should we do? I see a few options:

  1. Consider 'release' all crash reports which are related to the 'release' channel (this means we will also consider crashes from older versions, e.g. 44, but there shouldn't be many of them).
  2. Consider 'release' all crash reports which are related to the 'release' channel and are either in the currently released version (49) or the previous one (48).
  3. Keep it like it is now and remember that during the merge days the numbers/graphs might be funky.

@calixteman @lizzard @sylvestre thoughts?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant