Datadog RUM with Flagsmith Flags overview
Datadog RUM with Flagsmith Flags details
Overview
Flagsmith 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
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 guide.
- 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 Flagsmith’s SDK with the
datadogRum
option, which reports feature flag evaluations to Datadog using the snippet of code shown below.
flagsmith.init({
datadogRum: {
client: datadogRum,
trackTraits: true,
},
...
})
Troubleshooting
Need help? See the Flagsmith documentation or contact Datadog Support.