Kameleoon

Supported OS Linux Windows Mac OS

이 페이지는 아직 한국어로 제공되지 않으며 번역 작업 중입니다. 번역에 관한 질문이나 의견이 있으시면 언제든지 저희에게 연락해 주십시오.

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.

  1. Update your Browser RUM SDK version to 4.25.0 or above.
  2. Initialize the RUM SDK and configure the enableExperimentalFeatures initialization parameter with ["feature_flags"].
  3. 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.