Martin Linzmayer
Martin Linzmayer
This PR adds a signature to requests between relays which is used to verify if the request comes from a trusted relay. It works by adding a signed header when...
This PR introduces a new discard reason that will be shown in the UI: `Invalid Signature`. ref RELAY-17 See: https://github.com/getsentry/relay/pull/4772
Adds snapshot testing in python integration tests for relay. Dynamic values can be redacted to prevent flakyness (or enable snapshot testing in general). For example, `event_id` get's automatically replaced by...
Adds support for ClientReports. This PR only adds the possibility to send client reports, it does not collect them yet
Implement basic ClientReport parts so they can be added and sent and properly ingested. This issue only includes adding the possibility to send them, not to add them to all...
Ideally this becomes a non breaking change so that we can forward all hub calls to the proper scopes. Also consider how to make this work with frankenPHP worker mode.
There are multiple ways how we could deprecate/remote `startTransaction`: ### Alter the signature to allow returning `null` values We would check the current `trace_lifecycle` value and depending on the value,...
Instead of using `applyToEvent` for every type, we can split them by type. This would help in a few ways: * More clarity what each type does and what data...
This issue serves as a collection of necessary steps that need to be done for implementing the streaming API - [X] Implement JSON serialization - [ ] Apply attributes from...