You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently clear feed clears the entire feed (GroupedMessage.objects.all().update(status=1)). This behaviour seems counter intuitive to me:
there would seem to be a race condition which means you could clear something you are yet to read?
I feel only what I am currently filtered on should be cleared. ie, if I am currently viewing based on a certain logger I would expect only the entries from that logger to be cleared.
Currently clear feed clears the entire feed (GroupedMessage.objects.all().update(status=1)). This behaviour seems counter intuitive to me:
I have quickly implemented point two in https://github.com/kbrownlees/django-sentry/commit/543ca928cbe9787f7a545aab1aac47caf05a5501
Thoughts and suggestions are most welcome :)
The text was updated successfully, but these errors were encountered: