Supported OS Linux Windows Mac OS

インテグレーションバージョン1.0.0

概要

Kameleoon は、ウェブ、モバイル、サーバーサイドの各アプリケーションでフィーチャー リリースを精密に管理・最適化できるようチームを支援します。

Datadog RUM と統合することで、特定フィーチャーがユーザー行動やアプリケーション メトリクスに与える影響をリアルタイムに把握できます。

セットアップ

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. ブラウザ RUM SDK バージョンを 4.25.0 以上に更新します。
  2. RUM SDK を初期化し、["feature_flags"]enableExperimentalFeatures 初期化パラメーターを構成します。
  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);
});

サポート

For more information see the Kameleoon SDK documentation, or join the Kameleoon Slack community for support on the Kameleoon Datadog integration.