Datadog RUM with Kameleoon feature flags overview
Datadog RUM with Kameleoon feature flags details
Overview
Kameleoon empowers teams to manage and optimize feature releases across web, mobile, and server-side applications with precision.
Integrate with Datadog RUM to monitor feature deployments and releases with real-time performance data, helping you understand the direct impact of specific features on user behavior and application metrics.
Setup
Feature flag tracking is available in the RUM Browser SDK. For detailed set up instructions, visit Getting started with feature flag data in RUM.
- Update your Browser RUM SDK version to 4.25.0 or above.
- Initialize the RUM SDK and configure the
enableExperimentalFeatures
initialization parameter with ["feature_flags"]
. - Initialize Kameleoon’s SDK and define an
onEvent
handler to watch Evaluation
events.
client.onEvent(EventType.Evaluation, ({ featureKey, variation }) => {
datadogRum.addFeatureFlagEvaluation(featureKey, variation.key);
});
Support
For more information see the Kameleoon SDK documentation, or join the Kameleoon Slack community for support on the Kameleoon Datadog integration.