---
title: Kameleoon
description: >-
  Integrate Kameleoon with Datadog RUM to monitor feature deployments and
  releases with real-time performance data.
breadcrumbs: Docs > Integrations > Kameleoon
---

# Kameleoon
Supported OS Integration version1.0.0  Datadog RUM with Kameleoon feature flags overviewDatadog RUM with Kameleoon feature flags details
## Overview{% #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{% #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](https://docs.datadoghq.com/real_user_monitoring/guide/setup-feature-flag-data-collection/).

1. Update your Browser RUM SDK version to 4.25.0 or above.
1. Initialize the RUM SDK and configure the `enableExperimentalFeatures` initialization parameter with `["feature_flags"]`.
1. Initialize [Kameleoon's SDK](https://developers.kameleoon.com/feature-management-and-experimentation/web-sdks/js-sdk/) and define an `onEvent` handler to watch `Evaluation` events.

```javascript
client.onEvent(EventType.Evaluation, ({ featureKey, variation }) => {
  datadogRum.addFeatureFlagEvaluation(featureKey, variation.key);
});
```

## Support{% #support %}

For more information see the [Kameleoon SDK documentation](https://developers.kameleoon.com/feature-management-and-experimentation/web-sdks/js-sdk/), or join the [Kameleoon Slack community](https://join.slack.com/t/kameleooncommunity/shared_invite/zt-1s6m8s09e-~yA1EUgn5pLWW_mrgf8TrQ) for support on the Kameleoon Datadog integration.
