mirror of
https://github.com/mintlify/docs.git
synced 2026-09-14 13:35:46 +08:00
f8e015ff62
* Improve SEO metadata: update descriptions to 130-155 chars across 177 pages Generated-By: mintlify-agent * Apply suggestion from @ethanpalm * Apply suggestions from code review Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> * 💅 --------- Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
16 lines
463 B
Plaintext
16 lines
463 B
Plaintext
---
|
|
title: "LogRocket"
|
|
description: "Integrate LogRocket with your Mintlify documentation to replay user sessions, monitor frontend errors, and debug interaction issues in detail."
|
|
keywords: ["LogRocket integration", "session replay", "error monitoring", "app ID"]
|
|
---
|
|
|
|
Add the following to your `docs.json` file to send analytics to LogRocket.
|
|
|
|
```json Analytics options in docs.json
|
|
"integrations": {
|
|
"logrocket": {
|
|
"apiKey": "required"
|
|
}
|
|
}
|
|
```
|