relay icon indicating copy to clipboard operation
relay copied to clipboard

Sentry event forwarding and ingestion service.

Results 203 relay issues
Sort by recently updated
recently updated
newest added

Envelope `Item` and `ManagedEvenlope` are quite massive nowadays in raw byte sizes. Generally an `Envelope` is already boxed inside the `ManagedEnvelope` but also the context has grown quite large over...

In envelopes which contain multiple of some kind (e.g. N spans, N logs, N attachments), the rate limiter does not over-accept. Which means if we could fit 999 items within...

Multiple rate limits which are applied for the same category, e.g. bytes and quantity for logs, are not checked within the same atomic operation. They are checked sequentially which leads...