Skip to content
← Back to Changelog

Thursday, May 23rd 2024

Observe your feature flags with the Vercel DX platform

Posted by

Avatar for dferber

Dominik Ferber

Software Engineer

Avatar for andy

Andy Schneider

Software Engineer

Avatar for timo

Timo Lins

Product Designer

Avatar for tobias

Tobias Lins

Software Engineer

Avatar for chriswdmr

Chris Widmaier

Engineering Manager

The Vercel DX Platform now has a deep understanding of the feature flags you use and create in third-party providers. This beta integration provides better insights into your applications and streamlines your development workflow.

  • Web Analytics integration: Break down page views and custom events by feature flags in Web Analytics, gaining granular insights into user interactions.
  • Enhanced Log visibility: The platform now displays feature flags in logs, making it easier to understand the conditions under which errors occur.
  • reportValue: Reports an evaluated feature flag from the server for runtime logs and Custom Analytics Events (server-side).
  • <FlagValues />: Surfaces a feature flags value on the client for usage in Analytics.

These features have universal compatibility with any feature flag provider you're already using, like LaunchDarkly, Statsig, or Split, or custom setups.

This update lets users on all plans leverage existing feature flag workflows within the Vercel platform and ship safely with more confidence.

Check out the documentation to learn more.

Post