---
title: "LaunchDarkly"
description: "Learn about Sentry's LaunchDarkly integrations."
url: https://docs.sentry.io/organization/integrations/feature-flag/launchdarkly/
---

# LaunchDarkly

## [Evaluation Tracking](https://docs.sentry.io/organization/integrations/feature-flag/launchdarkly.md#evaluation-tracking)

Sentry can track flag evaluations as they happen within your application. Flag evaluations will appear in the "Feature Flag" section of the Issue Details page as a table, with "suspect" flag predictions highlighted in yellow. Learn more about how to interact with feature flag insights within the Sentry UI by reading the [Issue Details page documentation](https://docs.sentry.io/product/issues/issue-details.md#feature-flags).

### [Set Up Evaluation Tracking](https://docs.sentry.io/organization/integrations/feature-flag/launchdarkly.md#set-up-evaluation-tracking)

To set up evaluation tracking, visit one of our supported languages pages:

* [JavaScript](https://docs.sentry.io/platforms/javascript/configuration/integrations/launchdarkly.md)
* [Python](https://docs.sentry.io/platforms/python/integrations/feature-flags/launchdarkly.md)
* [Android](https://docs.sentry.io/platforms/android/integrations/launchdarkly.md)
* [Java](https://docs.sentry.io/platforms/java/integrations/launchdarkly.md)

## [Change Tracking](https://docs.sentry.io/organization/integrations/feature-flag/launchdarkly.md#change-tracking)

Sentry can track changes to feature flag definitions and report suspicious feature flag edits.

### [Set Up Change Tracking](https://docs.sentry.io/organization/integrations/feature-flag/launchdarkly.md#set-up-change-tracking)

Enabling Change Tracking is a three step process. To get started, visit the [feature flags settings page](https://sentry.io/orgredirect/organizations/:orgslug/settings/feature-flags/change-tracking/) in a new tab. Then follow the steps listed below.

1. **Click the "Add New Provider" button.**

   * One webhook secret can be registered per provider type.
   * Select LaunchDarkly in the dropdown that says "Select a provider".

2. **Register the webhook URL**.
   * Copy the webhook URL from Sentry settings and paste it into LaunchDarkly within their [webhook integration UI](https://app.launchdarkly.com/settings/integrations/webhooks/new).

3. **Set the Signing Secret**.

   * In the LaunchDarkly webhook UI, check the box that says "Sign this webhook".
   * Copy the signing secret in the revealed input box and paste it into the input box next to "Secret" in Sentry settings.
   * Save the secret by clicking "Add Provider" in Sentry settings.
   * Save the webhook by clicking "Save settings" in LaunchDarkly.

Once saved, Sentry will now accept and authenticate all inbound hooks to your organization's feature flag webhook endpoint.

## [Metrics Integration](https://docs.sentry.io/organization/integrations/feature-flag/launchdarkly.md#metrics-integration)

This integration is maintained and supported by the company that created it. For more details or questions, feel free to contact <rrosefigura@launchdarkly.com>.

### [Install and Configure](https://docs.sentry.io/organization/integrations/feature-flag/launchdarkly.md#install-and-configure)

Sentry owner or manager permissions are required to install this integration.

The LaunchDarkly integration is only available to organizations with a Business or Enterprise plan.

1. Navigate to **Settings > Integrations > LaunchDarkly**

2. Follow the full [LaunchDarkly installation instructions](https://docs.launchdarkly.com/integrations/sentry).
