---
title: Luciq
description: Monitor and track your mobile app health and performance.
breadcrumbs: Docs > Integrations > Luciq
---

# Luciq
Supported OS Integration version3.1.0            Use the Luciq app to monitor the overall performance and stability of your mobile applications in real-time.Get a comprehensive overview of your app's performance metrics, stability indicators, and user experience data through Instabug's intuitive dashboard.Receive detailed bug reports with automatically captured data including device logs, network requests, and user steps to quickly identify and resolve issues.Deep dive into crash analytics with detailed breakdowns by device type, OS version, and app version to identify patterns and root causes.Track app version adoption rates and performance metrics across different releases to ensure smooth deployments.View and manage all reported issues in one centralized location with comprehensive filtering and sorting capabilities.Replay user sessions to understand exact user interactions and circumstances leading to reported issues.Leverage AI-powered smart resolution suggestions to quickly identify and fix common issues based on historical data and patterns.
## Overview{% #overview %}

[Luciq](http://luciq.ai) is a mobile-focused platform that empowers mobile teams to monitor, prioritize, and debug performance and stability issues throughout the mobile app development lifecycle.

The Luciq integration for Datadog provides comprehensive mobile app monitoring and analytics through Datadog App Builder. The integration offers:

- Session tracking and analysis
- Crash-free session and user metrics with historical trends
- Detailed app performance metrics including:
  - Cold and hot app launch times
  - UI hangs and freezes
  - Network performance
  - Screen loading times
  - User flows
- Non-fatal error tracking
- Bug report analytics

## Setup{% #setup %}

### Prerequisites{% #prerequisites %}

- A Datadog account with access to App Builder
- An Luciq account with access to your project's App Health dashboard
- An Luciq API token and email (contact [Luciq Support](mailto:support@luciq.ai) to obtain these)

### Installation{% #installation %}

1. Contact [Luciq Support](mailto:support@luciq.ai) to get your API credentials and follow [the SDK integration guide](https://docs.luciq.ai/docs/introduction) to add Luciq to your mobile app.
1. In Datadog, navigate to [App Builder Blueprints](https://app.datadoghq.com/app-builder/blueprints).
1. Search for and select the **Luciq blueprint**.
1. Under **Setup your connection**:
   - If you have an existing Luciq connection, select it from the dropdown
   - To create a new connection:
     1. Click **+ New Connection** and select `HTTP Connection`.
     1. Configure the following:
        - Base URL: `https://dashboard-api.instabug.com`
        - Authentication Type: Token Auth
        - Token fields:
          - `token`: Your Luciq API token
          - `email`: Your registered Luciq email
        - Request Headers:
          ```
          authorization: Token token="{{ token }}", email="{{ email }}"
          ```
     1. Click **Next** and set appropriate access permissions.
     1. Click **Create**.
1. Click **Open in Editor**.
1. Click **Save as a new app**.
1. Click **Publish** and confirm access settings.
1. Your Luciq integration is then available in the [App Builder List](https://app.datadoghq.com/app-builder/apps/list).

## Data Collected{% #data-collected %}

The Luciq integration does not include any metrics.

### Service Checks{% #service-checks %}

The Luciq integration does not include any service checks.

## Support{% #support %}

For support, contact [Luciq Support](mailto:support@luciq.ai).

## Further Reading{% #further-reading %}

- [Luciq blog](https://www.datadoghq.com/blog/instabug-mobile-usability/)
