From 2e5530fe20df874a5ef375a8809a1b24580c3b66 Mon Sep 17 00:00:00 2001 From: Robert Norrie Date: Mon, 1 Sep 2025 14:44:10 +0100 Subject: [PATCH] docs: Update Datadog integration documentation Removing section on deprecated widget. --- docs/docs/integrations/apm/datadog.md | 26 +++++--------------------- 1 file changed, 5 insertions(+), 21 deletions(-) diff --git a/docs/docs/integrations/apm/datadog.md b/docs/docs/integrations/apm/datadog.md index 0ac572fd53bf..dfc5588c6dbb 100644 --- a/docs/docs/integrations/apm/datadog.md +++ b/docs/docs/integrations/apm/datadog.md @@ -8,29 +8,13 @@ import ReactPlayer from 'react-player' ![Datadog](/img/integrations/datadog/datadog-logo.svg) -You can integrate Flagsmith with Datadog in three ways: +You can integrate Flagsmith with Datadog in two ways: -- [1. Integrate Flagsmith into your Datadog Dashboard](#1-integrate-flagsmith-into-your-datadog-dashboard) -- [2. Send Flag Change events to Datadog](#2-send-flag-change-events-to-datadog) +- [1. Send Flag Change events to Datadog](#1-send-flag-change-events-to-datadog) - [Custom Source](#custom-source) -- [3. Integrate with the DataDog RUM](#3-integrate-with-the-datadog-rum) +- [2. Integrate with the DataDog RUM](#2-integrate-with-the-datadog-rum) -## 1. Integrate Flagsmith into your Datadog Dashboard - -This integration lets you add a Flagsmith widget into your Datadog Dashboard so you can view and manage your flags -without having to leave the Datadog application. - -![Datadog Dashboard Widget](/img/integrations/datadog/datadog-dashboard-widget.png) - -The video below will walk you through the steps of adding the integration: - - - -## 2. Send Flag Change events to Datadog +## 1. Send Flag Change events to Datadog The second type of integration allows you to send Flag change events in Flagsmith into your Datadog event stream. @@ -49,7 +33,7 @@ will mean events are labelled with the default 'My apps' source. Flag change events will now be sent to Datadog. -## 3. Integrate with the DataDog RUM +## 2. Integrate with the DataDog RUM You can also send Identity flag values from Flagsmith to DataDog using our [Javascript Integration](/clients/client-side/javascript.md#datadog-rum-javascript-sdk-integration).