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

Related to https://github.com/getsentry/sentry-docs/pull/13205 We infer the following data from the sent user-agent in relay (as far as I can tell): * Browser Context * Browser Tags * Device Context *...

### Problem Statement On Sentry accounts with a mix of SDKs, most SDKs have OS name captitalized, like: `Windows` and `Linux`. But with the Go SDK, it's `windows` and `linux`....

Feature

As part of a recent [incident investigation](https://www.notion.so/sentry/INC-1094-Relay-processing-unhealthy-1c08b10e4b5d81f1a894d02007489188?pvs=4) it became clear that there are some spammy error logs in google. The reason these are errors is that this currently allows them...

filler
maintenance

As part of a recent [incident investigation](https://www.notion.so/sentry/INC-1094-Relay-processing-unhealthy-1c08b10e4b5d81f1a894d02007489188?pvs=4) it became clear that having a counter to measure the number of messages in a channel might be nicer than the current gauge....

As part of a recent [incident investigation](https://www.notion.so/sentry/INC-1094-Relay-processing-unhealthy-1c08b10e4b5d81f1a894d02007489188?pvs=4) it became clear that having more metrics related to Redis would be nice. Specifically to have a better understanding of if Redis is...

filler
maintenance

We run event normalization _before_ PII scrubbing, and for good reason: The user expects that their scrubbing rules are evaluated on the event in its canonical form. However, what we...

In messing around with our CSP-handling code and looking at a bunch of example CSP events in the process of teaching the grouphash metadata helpers how to gather data on...

bug
Ingestion & Processing

Because of [this line](https://github.com/getsentry/relay/blob/c7cfddcec95d25616eed9dacf130340b8fa022fd/relay-server/src/utils/memory.rs#L88C9-L88C78) in `MemoryStat`, it never refreshes info on swap, just RAM usage, which means it will effectively ignore any changes to swap after the initial load when...

Relay tags every commit to master as `latest` on the GHCR image. We should only tag the latest release as `latest`, like we do in artifact registry or how sentry-cli...

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