scoutapp / roadmap

The public roadmap for Scout application monitoring.
https://scoutapp.com
16 stars 2 forks source link

Clean old data #5

Open ohaddahan opened 7 years ago

ohaddahan commented 7 years ago

A common use for me is to review Scout reports , do some fixes and push code.

It will be nice to have an option to clean old data to make it easier for me to know that I'm looking at results from the new code and not reanalyzing the same issue I already fixed.

itsderek23 commented 7 years ago

Thanks @ohaddahan.

Rather than cleaning out data, I could see only showing insights + data since a specific deploy. You're basically looking for a "diff" before and after a deploy, correct?

ohaddahan commented 7 years ago

@itsderek23

Actually a probably better solution is to add a few lines before/after the line you mark to be the one causing the issue. Since my dev area change quickly and looking at the same line might be wrong. It will also remove the need to flush out old data.

Your suggestion is good too , but it should be with the one in this post and not instead , as in see actual code + deploy data for easier understanding of the issue.