Open
Description
Hello,
It's great that we can now collect custom vital with RUMs, it really allows us to measure more precisely custom performances in our FE application.
We are using feature flags in order to test performances updates..thing is.. feature flags are not attached to vitals by default.. so we can't group by a given FF in order to see how it's impacting the vital duration in RUM.
We hack our way through by passing a given FF and its evaluated value as global context that is attached to vitals by default.. but having FF on vitals OOTB would truly be useful.
That's all, have a great day.