relay
relay copied to clipboard
Sentry event forwarding and ingestion service.
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 -...
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...
### 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...
Closes INGEST-610.
* 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.
Fixes INGEST-649.
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...