Datadog
With the Datadog integration, you can enrich your RUM data with feature flag data. This will enable you to catch regressisions on new feature releases.
Get available features from Bucket
In this example, we're using the Browser SDK:
This will return JSON with all available features for the authenticated user:
Add as RUM context on Datadog
We can forward all features or pick certain features and send access state to Datadog (documentation):
Which will look like this on Datadog:
Last updated