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"
}
}
}
| Property | Type | Required | Description |
|---|---|---|---|
appId | string | Yes | Your LogRocket app ID (format: org-slug/app-slug) |
Where to find your app ID
-
Sign in to LogRocket.
-
Go to Settings → General Settings.
-
Copy the app ID (format:
your-org/your-app).
What's next
-
Analytics and Chat Integrations — overview of all supported integrations
-
Hotjar — heatmaps and session recordings with Hotjar
-
Analytics overview — view traffic and engagement data for your documentation
Last updated 1 day ago
Built with Documentation.AI