AnalyticsLogRocket
Analytics

LogRocket

Session replay and error tracking for your documentation site with LogRocket.

LogRocket captures session replays, errors, and performance data so you can debug issues readers encounter on your documentation site. Enable the integration to connect your LogRocket project.

Prerequisites

  • A LogRocket account with a project created

  • Your LogRocket app ID (format: org-slug/app-slug)

  • Publishing access to your documentation project

Configure from the Editor

Open Site Config

In the Editor, click Site Config in the top toolbar.

Navigate to Integrations

Select Integrations from the left sidebar.

Enable LogRocket

Select LogRocket and enter your app ID.

Publish

Click Publish to deploy the integration to your live site.

Configure via documentation.json

Add the logrocket key under integrations in your documentation.json:

{
  "integrations": {
    "logrocket": {
      "appId": "your-org/your-app"
    }
  }
}
PropertyTypeRequiredDescription
appIdstringYesYour LogRocket app ID (format: org-slug/app-slug)

Where to find your app ID

  1. Sign in to LogRocket.

  2. Go to SettingsGeneral Settings.

  3. Copy the app ID (format: your-org/your-app).

What's next