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

## Background From the beginning, Relay was designed to respond to incoming requests as fast as possible. For example, we optimistically respond with 200 even if we don't know whether...

The envelope buffer does not need to peek to function correctly. Without peek, the stack interface becomes easier to implement. When an element is removed from a stack, we now...

Relay currently has three separate utility classes for glob matching: | module | translation to regex | regex caching | capturing | configurable | multiple | builder | mode |...

maintenance
Ingestion & Processing
Task

This PR is adding support for profile chunks coming from the Android SDK.

This PR changes the EnvelopeBuffer in the following ways: The buffer now holds only a priority queue of project key pairs from which we want to pop envelopes. The buffer...

Adds a new metric `c:spans/count_per_root_project@none` that tracks the number of spans per root project with a `transaction` and `decision` tag. This will be used by span-based dynamic sampling for rebalancing....

## Problem In the .NET SDK for Sentry, on MacOS is we provide the `Kernel Version` in the context, whereas on Windows we provide a `Version`: However the relay only...

filler
onboarding