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

We want to rollout Array support for EAP based items. This includes trace metrics, logs, spans. This will *only* be supported for SpanV2 (+ OTLP) not SpanV1, for SpanV1 we...

Feature

Follow-up to https://github.com/getsentry/relay/pull/5379: We currently perform some checks on the metrics extraction config before running dynamic sampling. However, it is still possible to run dynamic sampling and then fail metrics...

filler

Data categories can be just a `u32`/`u64`, remembering each data category as a bit. See also: [https://github.com/getsentry/relay/pull/5398#issuecomment-3560412926](https://github.com/getsentry/relay/pull/5398#issuecomment-3560412926)

filler

Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 6.0.0. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @​salmanmkc in actions/checkout#2248 Persist...

dependencies
github_actions

Just a WIP to show what needs to be changed. We can split this PR into multiple parts, one for each type: - Protocol - OTLP - Logs/TraceMetrics/Spans Need to...

### Flakiness Type Other / Unknown ### Name of Test tests/integration/test_projectconfigs.py::test_cached_project_config ### Link to Test Run https://github.com/getsentry/relay/actions/runs/12011297774/job/33479988331 ### Details Error is `requests.exceptions.ConnectionError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))`.

Type: Tests

1. Big attributes should be trimmed/removed before short ones. This means that we should sort attributes by ascending size and trim/remove everything after the size limit has been reached. 2....

Relay just retries on these errors/warnings with a backoff, it does no longer drop data (like it used to).

skip-changelog

For example requests sent to the minidump endpoint which are dropped because of a size limit should always emit an outcome in the error category. We can do this for...

filler

### Flakiness Type Other / Unknown ### Name of Test tests/integration/test_autoscaling.py::test_sqlite_spooling_metrics ### Link to Test Run https://github.com/getsentry/relay/actions/runs/18718777508/job/53388412258 ### Details Skipped in #5286 Unclear why just this test fails with network...

Type: Tests