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

Following decision of [internal meeting](https://www.notion.so/sentry/422410e2628343d8835065258f1e772a): When a panic escapes a service loop, mark Relay's state as unhealthy such that the outside orchestrator can cut off traffic to this instance, spin...

![Image](https://github.com/user-attachments/assets/d8400a1d-c67f-49f8-a812-78ef5788c8d0) https://demo.sentry.io/issues/5767541123/?project=1801383&query=is%3Aunresolved+issue.priority%3A%5Bhigh%2C+medium%5D&referrer=issue-stream&statsPeriod=14d&stream_index=0 Android Eng(Stefano): This should be better managed by the backend, and it would affect all the SDKs One note, though In our auto-instrumentation we always set it handled...

bug
filler
onboarding
Ingestion & Processing

Make sure that every part of PII config (legacy config like sensitive fields, but also / especially advanced data scrubbing rules) are limited, to prevent excessive project config sizes and...

filler
onboarding
Improvement
Ingestion & Processing

Received this error today twice: `dropped envelope: internal error` Relevant Relay logs (more below): ``` 2024-07-25T05:04:48.780180Z ERROR relay_server::services::spooler: dropped 2 envelopes 2024-07-25T05:04:48.780581Z ERROR relay_server::utils::managed_envelope: dropped envelope: internal error tags.project_key="xxxxxxxxxxxxx" tags.has_attachments=false...

Bump ARM cross compile image to `edge` tag, which upgrades GCC to 9.4. ### Legal Boilerplate Look, I get it. The entity doing business as "Sentry" was incorporated in the...

Trigger: Full-CI

ref: [SENTRY-FOR-SENTRY-9RD](https://sentry-st.sentry.io/issues/5801398602/)

The trimming of stacktraces is currently relatively dumb, it cuts down the total amount of stack frames to 250 then afterwards tries to trim non app frames from the remaining...

filler
Improvement
Ingestion & Processing

The CI still pulls from dockerhub, we should be using our image mirror (https://github.com/getsentry/image-mirror) to not be rate limited. Integration Tests failing: https://github.com/getsentry/relay/actions/runs/10246649262/job/28344211298 But also `Dockerfile`'s are using references to...

filler

Currently, Relay validates if a specific string is a payment card by using only [regex](https://github.com/getsentry/relay/blob/master/relay-pii/src/regexes.rs#L202-L220). However, payment card numbers typically pass the [Luhn algorithm check](https://en.wikipedia.org/wiki/Luhn_algorithm), what we could use to...

filler