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

In INC-660, a Kafka message with a valid msgpack schema contained an empty JSON object (`"{}"`) as payload, which made the ingest consumer crash. The [existing validator](https://github.com/getsentry/relay/blob/31b6945912ff97c6a21756f08fcabd54bd06295d/relay-kafka/src/producer/schemas.rs#L47-L52) on our Kafka...

filler
Improvement
Ingestion & Processing

We should start treating the spool as a swap, at a certain point of managed envelopes we should start buffering to disk and treat the disk as a swap space....

filler

Currently `$span.description` only matches the span description on spans contained within transactions but not on standalone spans.

Improvement
Ingestion & Processing

We had following questions on proxy mode: > We had some internal discussion about whether proxy relay is even needed. > > Apparently php needs it, we should investigate the...

Hi! I am trying to use relay to scrub the IP addresses of clients in several browser Javascript projects, before they hit Sentry's servers. But I have run into a...

> In some cases users might want to deploy a Relay instance in "light proxy mode" with an optimized memory profile. Reference: [Memory usage too high #3012](https://github.com/getsentry/relay/issues/3012)

See [RELAY-2NRF](https://sentry.my.sentry.io/organizations/sentry/issues/611109/). Use the sentry issue above to collect failing input data and fix the bug in the `sqlparser` library.

bug
Ingestion & Processing

Since https://github.com/getsentry/relay/issues/2083, we skip metrics extraction for indexed transactions in PoPs, and extract those metrics in processing relays instead. This deteriorated our bucketing efficiency, because metrics extracted by PoPs are...

bug