Alexander

Results 6 issues of 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...

maintenance

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...

Feature
Ingestion & Processing

When users host Relay on-premises they want to restrict ingestion only through that local self-hosted Relay: * Add option to Sentry to restrict ingestion bypassing local Relay * The path...

Currently we support filtering sources based on schema, domain and port but not on the file path. We should look into supporting the file path, as in some cases customers...

Feature

Make sure Relay can always run on current Ubuntu LTS version: * Check if we have CI to test this and it's locked to the correct version of Ubuntu *...