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

Adds the initial logic for span-attachments to the span processor (feature flagged so no functional changes for now). Follow-ups: - [ ] Save the span-attachments instead of dropping them -...

skip-changelog

Separate PR to have separate revisions for additional performance tests. `ahash` should just be an upgrade, for `blocking` our actual workload seems to favor the blocking mode over the default...

skip-changelog

### Legal Boilerplate Look, I get it. The entity doing business as "Sentry" was incorporated in the State of Delaware in 2015 as Functional Software, Inc. and is gonna need...

# This is WIP ref https://github.com/getsentry/sentry/issues/91727 ref https://devcenter.heroku.com/articles/log-drains#https-drains I still need to: - Update the sentry conventions with these new attributes - ~Do some more testing with the logplex parsing~...

## Summary Adds a new `common_errors` inbound filter that filters out commonly occurring error messages that are typically noise and not actionable for developers. This filter is based on analysis...

* Remove prospero dumps from envelope based on project config

See [https://opentelemetry.io/docs/specs/otlp/#otlphttp-throttling](https://opentelemetry.io/docs/specs/otlp/#otlphttp-throttling) We should properly implement 429 and `Retry-After` for the OTLP endpoints.

This ports the client_report processing logic over to the new processor. In doing so it refactors the logic to better align with the structure that can be found in the...