# Datadog

### Visualize Luciq App Health in Datadog

Easily monitor your app’s performance and stability directly within Datadog by using our prebuilt **Luciq Blueprint**. This guide walks you through setting up the integration via HTTP, allowing you to visualize app health metrics like crash-free sessions, frustration-free sessions, and more.

<figure><img src="/files/mOovcbqfFOsIPg8e6o23" alt=""><figcaption></figcaption></figure>

#### 📌 Prerequisites

* A Datadog account with access to **App Builder**.
* An Luciq account with access to your project's **App Health dashboard**.
* Luciq API token and email (reach out to <support@luciq.ai> to obtain these).

### 🛠️ Steps to Set Up the Integration

{% stepper %}
{% step %}
**Navigate to App Builder**

From the left-hand navigation in Datadog, go to **Actions > App Builder**.

<figure><img src="/files/3hsm5ci9nwnnOTtnYGxn" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Select “Blueprints”**

Click on the **Blueprints** tab at the top to access available integrations.

<figure><img src="/files/UarBrZOceBYnRQuwztNM" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Search for Luciq**

In the search bar, type **Luciq** and select the blueprint titled **Explore Luciq Sessions**.

<figure><img src="/files/nUnsnnyzD3YMQaNa0CsU" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Click “Set up your connection”**

Click the blueprint card to open the editor. On the left side, select **New Connection**.

<figure><img src="/files/XUZEpl4a2OQACR0TRGMm" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Choose HTTP Connection**

Select **HTTP Connection** as the integration method.

<figure><img src="/files/5OFWpsGJtkJAECqB5DKu" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Fill in Connection Details**

In the modal, enter the following:

* **Base URL**: `https://dashboard-api.instabug.com`
* **Authentication Type**: `Token Auth`
* Add two token fields:
  * `token` → Luciq API token
  * `email` → Your registered Luciq email
* Then under **Request Headers**, add:\
  `authorization: Token token="{{ token }}", email="{{ email }}"`

Click **Next, Confirm Access**.

<figure><img src="/files/g2z53C92Xc3rMe21cOBw" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Set Access Permissions**

Choose who can access this connection (e.g., only you, the org, or a team), then click **Create**.

You should now see a success message indicating the connection was created.

<figure><img src="/files/7EcsQgllfm4FPFdI9onu" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

#### ✅ You’re Done!

Once the connection is active, Datadog will begin visualizing live Luciq metrics like:

* Crash-free sessions
* Frustration-free sessions
* Session breakdowns over time

You can now fully monitor app health using Datadog’s native dashboards powered by Luciq data.

{% hint style="info" %}
**🧠 Need Help?**

If you run into issues, please reach out to <support@luciq.ai> or your dedicated CSM.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.luciq.ai/product-guides-and-integrations/integrations/datadog.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
