Turn off grouping same exception by tag?

I have an exception that occurs in production and qa.

On qa, I have the tags
app_name: App qa
environment: qa

On production, I have the tags
app_name: App production
environment: production

When filtering by “is:unresolved environment:production”, the qa AND prod exceptions are getting rolled up into 1, which obviously bloats the event count.

Is there a way I can configure the grouping, or my filter, so that I only see production tagged data?