Filter errors by environment
Proposal
Currently error tracking lists out all the errors that its receives and ignores the [environment](https://docs.sentry.io/product/sentry-basics/environments/)
parameter in sentry_sdk.init
.
As a developer this makes it difficult to segregate which errors are crucial and need to be escalated immediately versus errors that we know are happening in QA or staging environments.
It would be really helpful to be able to have different views for each environment that we report particular errors for.
Another alternative if easier/possible would be group by branch names.
Edited by Aseem