rollbar / rollbar-php-laravel

Rollbar error monitoring integration for Laravel projects
https://docs.rollbar.com/docs/laravel
140 stars 39 forks source link

Prevent exception grouping #112

Closed upklio closed 2 years ago

upklio commented 3 years ago

We're experiencing an annoying issue where Rollbar is grouping our exceptions with similar messages but where the date might change in them. For example, we'll see "foo 2021-06-13" on items screen, but when clicking through to occurrences the latest one is "foo 2021-06-14" - surely we should see the latest occurrence message on the items screen or be able to not group them.

TLDR; is there a way to prevent grouping exceptions on the message level (perhaps a bypass pattern) or on Rollbar Logger config level? Preferably without having to change grouping regex config within the Rollbar app?

bxsx commented 2 years ago

Hey @upklio

Thanks for reporting this and sorry for the confusion. I've reported this issue to our internal team and will let you know when I receive any update on this.

jmarronm commented 2 years ago

Closing this one as duplicated of https://github.com/rollbar/rollbar-php/issues/535 since they tackled the same grouping behaviour