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

Maps old and depreciated `measurements` and `data` to new fields in line with our conventions. Fixes: https://linear.app/getsentry/issue/RELAY-69/normalise-ai-related-span-data Updates cost calcuation and metric extraction to use `data` rather than `measurements`. Fixes:...

This enables filtering for `SessionUpdate` and `SessionAggregate` items. In the course of this, it also * adds `Filterable` and `Getter` implementations to `SessionUpdate` and `SessionAggregates`; * introduces a `SessionProcessingConfig` struct...

We should include the organization id in the Kafka partition key, this allows for a slightly better distribution of messages across partitions in incident cases (e.g. a bug where multiple...

filler

It would be beneficial to have an environment variable that can override the metrics statsd endpoint. This would allow for more flexible configurations in different environments without needing to change...

Allow to configure and pass arbitrary headers to upstream calls. https://github.com/getsentry/relay/issues/4712

Once conversion from SpanV2 to existing Span schema is in place we can also start accepting SpanV2 envelopes with the container format. Accepted SpanV2 envelopes can be treated like standalone...

The Python SDK sends AI related span data as `measurements`. Because those are deprecated, `relay` should normalise this data into `span.data` (and in the future `span.attributes`. There are also some...

Improvement
Ingestion & Processing

This issue must be handled after the issue [Normalise `ai` related span data](https://github.com/getsentry/relay/issues/4726). We need to update the metrics extraction for the AI insights and the calculation of the total...

bug
Ingestion & Processing

Removes all mentions of `MetricNamespace::Custom`, all metrics defaulting to `custom` and the entirety of `metric_stats`.

### Problem Statement Sentry's session tracking and crash free rates don't take into account filtering or sampling. A customer of ours reflected that since we have the option to filter...

filler
Improvement
Ingestion & Processing