---
title: Flagsmith
description: Enriches your RUM data with your feature flags from Flagsmith
breadcrumbs: Docs > Integrations > Flagsmith
---

# Flagsmith
Supported OS Integration version1.0.0  Datadog RUM with Flagsmith Flags overviewDatadog RUM with Flagsmith Flags details
## Overview{% #overview %}

[Flagsmith](https://flagsmith.com/) facilitates feature management across web, mobile, and server side applications.

The Datadog Flagsmith RUM integration enriches your RUM data with your feature flags to provide visibility into performance monitoring and behavioral changes. Determine which users are shown a user experience and if it is negatively affecting the user's performance.

## Setup{% #setup %}

Feature flag tracking is available in the RUM Browser SDK. For detailed set up instructions, visit the [Getting started with Feature Flag data in RUM](https://docs.datadoghq.com/real_user_monitoring/guide/setup-feature-flag-data-collection/) guide.

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 Flagsmith's SDK with the `datadogRum` option, which reports feature flag evaluations to Datadog using the snippet of code shown below.

```javascript
flagsmith.init({
     datadogRum: {
        client: datadogRum,
        trackTraits: true,
    },
    ...
})
```

## Troubleshooting{% #troubleshooting %}

Need help? See the [Flagsmith documentation](https://docs.flagsmith.com/clients/javascript#datadog-rum-javascript-sdk-integration) or contact [Datadog Support](https://docs.datadoghq.com/help/).
