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.