relay
relay copied to clipboard
Sentry event forwarding and ingestion service.
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...
#skip-changelog
 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...
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...
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...
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...
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...
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...