Open markushi opened 10 months ago
I just briefly talked to @AbhiPrasad: This should definitely be doable, but some ingestion related topics (sampling, scrubbing) might not be fully setup by now.
Kinda related PR: https://github.com/getsentry/relay/pull/2969/files
Context
According to our develop docs the span protocol supports measurements. The relay protocol definition includes measurements as well.
Up until now our SDKs set the measurement value on the root transaction instead of the span itself. We should change that to allow measurements on a span level. This will help us reporting slow + frozen frames, frame delay, etc.