Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature flags not available on custom vitals #3076

Open
pg-synth opened this issue Oct 16, 2024 · 2 comments
Open

Feature flags not available on custom vitals #3076

pg-synth opened this issue Oct 16, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@pg-synth
Copy link

pg-synth commented Oct 16, 2024

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.

@pg-synth pg-synth added the enhancement New feature or request label Oct 16, 2024
@erykpiast
Copy link

Yes, please! I was actually very surprised when I learned some time ago flags aren't available for Vitals. It feels natural they'd be, same as for other measures.

@BenoitZugmeyer
Copy link
Member

Hello, thank you for your feedback. This is under our radar: we want to add feature flags on more events. Although, having a lot of feature flags means bigger events, and bigger events often means degraded reliability (because we can't send as much data on lower connections for example). So we want to be careful about it.

We are tracking this issue on our side and will get back to you when we have something new.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants