Alexander
Alexander
Sometimes the URI and the exact host which we want to connect have different domains. And we need to have a way to set the domain for the TLS connection...
As follow-up for migration to the new tokio runtime, we want to look into migrating more code to async model. With upgrade done in https://github.com/getsentry/relay/pull/1538 - `redis-rs` crate supports async...
Currently Relay supports [`NEL`](https://github.com/getsentry/relay/pull/2421) and [`CSP`](https://github.com/getsentry/relay/pull/3277) report types which can come from Reporting API. But there are [few more](https://developer.chrome.com/docs/capabilities/web-apis/reporting-api#use_cases_and_report_types) which Relay could support. Also, the next type of report, which...