relay
relay copied to clipboard
Sentry event forwarding and ingestion service.
From security purpose, I would like to see if you can provide configurable log options to allow relay to trace the request body and response. So that every request and...
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 *...
### Description When retrieving the OS info we could get something like this `10.0.22631` which might indicate this is Windows 10 but this is actually Windows 11. The only difference...
Running Relay with `--log-level error` does not work, via env var `RELAY_LOG_LEVEL=error` does work.
A per project limit is now enforced only per partition, this assumes an equal distribution of all buckets across all partitions, but this seems currently to be too strict. We're...
We would like to see if it's worth to add a new public endpoint for registering an external Relay with Sentry. This would be needed for a possible script that...
Copied from [sentry repo](https://github.com/getsentry/sentry/issues/79568), since the main work to be done is in Relay. The long-term solution / Follow-up for: - https://github.com/getsentry/sentry/pull/79326 - https://github.com/getsentry/sentry/issues/76298 Some context: https://github.com/getsentry/sentry/pull/79326#discussion_r1809123258. TLDR; right now...
Globs usually have a way to be fully inverted with `^` or `!`. Investigate whether we want to also support this syntax and implement it. For example `!foo` matches everything...
This PR is part of the OTLP initiative and will allow Relay to determine the `description` field on spans by using the provided metadata. In this case specifically, Relay will...
Implements an opportunistic quota cache. Closes: INGEST-638. The cache is aware of the currently used quota and opportunistically accepts N% of the remaining quota before synchronizing with the central cache...