Problem Statement
The challenge at the moment is that when I capture breadcrumbs, I also produce debug logs. With this integration enabled, it means that the same breadcrumbs are caught twice.
I still want to capture logs, but I don't want to duplicate them with breadcrumbs.
Solution Brainstorm
A simple callback that allows to filter logs that are added would be plenty.
Problem Statement
The challenge at the moment is that when I capture breadcrumbs, I also produce debug logs. With this integration enabled, it means that the same breadcrumbs are caught twice.
I still want to capture logs, but I don't want to duplicate them with breadcrumbs.
Solution Brainstorm
A simple callback that allows to filter logs that are added would be plenty.