There are parts of Sentry that need to send envelopes to a different DSN to avoid cycles. Currently, this is done via a custom multiplexing transport. Instead, we want to send to one mirror which will determine which instance to send to.
This issue assumes the mirror from #6534 has been set up and the goal is to get rid of the custom transport code in Sentry.
There are parts of Sentry that need to send envelopes to a different DSN to avoid cycles. Currently, this is done via a custom multiplexing transport. Instead, we want to send to one mirror which will determine which instance to send to.
This issue assumes the mirror from #6534 has been set up and the goal is to get rid of the custom transport code in Sentry.