Hi,
I have the Sentry system setup to log errors from a Symfony (Prod) environment. It is bundling all errors with the same error title together even though they have a totally different URL, and thus a different reason for the error.
Is there a way to just log each and every error separate and no longer bundle them?
Also the slack integration I have setup will not notify me of each and every error, I think it only notifies me when a new type of error appears. I would love for it to notify for each and every error, is this possible?
Thank you for your help!