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

Fixes: #2875 Fixes: #4980 Hi. This PR adds basic structures to support redis-sentinel. I didn't test it with real redis instances yet. As well as I didn't write docs. It...

Customers want to allowlist certain package names for their release. For example: `foo@*`. But this is a filter so actually what happens is this deny lists the package name `foo`....

We want to enable a trimming processor both for spans and logs which truncates attributes based on count and/or size. Spans should not exceed \~1MiB and there was a discussion...

The `Filterable::user_agent` implementation may already have access to a parsed variant of the user agent, e.g. it may already exist in the browser context. Instead of relying to re-parse the...

filler
maintenance

Jemalloc while still working very well is no longer being maintained ([Postmortem](https://jasone.github.io/2025/06/12/jemalloc-postmortem/), [Github](https://github.com/jemalloc/jemalloc)). We should try Microsoft's [mimalloc](https://github.com/microsoft/mimalloc), most likely only after their 3.X branch gets out of beta. There...

filler
maintenance

The following code was added to outcomes: ``` Outcome::Invalid(DiscardReason::InvalidSignature | DiscardReason::MissingSignature) => { &mut client_report.discarded_events } ``` To convert certain outcomes to discarded events, presumably just for testing.We should probably...

filler
maintenance

Like events, this should run for logs.

Ourlogs

* Double check self hosted no longer depends on docker hub * Remove dockerhub from craft * Remove dockerhub from all CI actions * Update the docs to pull from...

filler

Similar to events we may want to introduce a received top level field instead of immediately normalizing it into an attribute, then only do that conversion in the store. This...

Ourlogs