> ## Documentation Index
> Fetch the complete documentation index at: https://docs.chronosphere.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Send LaunchDarkly events to Observability Platform

export const MyTenant = () => <>
    Replace <em><code>TENANT</code></em> with the name of your Observability Platform tenant.
  </>;

export const source_0 = "LaunchDarkly"

To send LaunchDarkly events to Chronosphere Observability Platform, configure
the Chronosphere Events integration in LaunchDarkly and include your API token
to authenticate with Observability Platform.

## Obtain an API token

Before sending events from {source_0}, contact [Chronosphere Support](/support) to
obtain an API token to authenticate with Observability Platform.

<Note>
  This API token differs from an API token that's generated when you create
  a [service account](/administer/accounts-teams/service-accounts).
</Note>

## Create a Chronosphere Events integration in LaunchDarkly

To send LaunchDarkly events to Observability Platform:

1. In LaunchDarkly, navigate to **Integrations** and find the
   **Chronosphere Events** integration.

2. Click **Add new** to create a new Chronosphere Events configuration.

3. Set the **Status** toggle to **On**.

4. Enter a **Name** for the integration.

5. In the **Chronosphere secret token** field, enter the API token you
   obtained from Chronosphere Support.

6. In the **Chronosphere receiver URL** field, enter
   `https://TENANT.chronosphere.io/api/v1/data/events/receiver/launchdarkly`.

   <MyTenant />

7. Optional: Modify the policy statement to customize the projects, environments,
   flags, views, and actions:

   * **Scope**: Set the resource to **Flag** with **all flags** selected.
   * **Select project**: Choose the projects to include, or select **all** for all
     projects.
   * **Select environments**: Choose the environments to include, such as
     **production**.
   * **Actions**: Set to **ALLOW** with **only these actions** and select
     the following actions:

     * `createFlag`
     * `deleteFlag`
     * `createTriggers`
     * `deleteTriggers`
     * `updateClientSideFlagAvailability`
     * `updateFallthrough`
     * `updateFeatureWorkflows`
     * `updateFlagDefaultVariations`
     * `updateFlagSalt`
     * `updateFlagVariations`
     * `updateGlobalArchived`
     * `updateName`
     * `updateOffVariation`
     * `updateOn`
     * `updatePrerequisites`
     * `updateRules`
     * `updateScheduledChanges`
     * `updateTargets`
     * `updateTemporary`
     * `updateTriggers`

8. Save your configuration.
