mirror of
https://github.com/mintlify/docs.git
synced 2026-09-14 13:35:46 +08:00
4b465465dd
Generated-By: mintlify-agent Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
17 lines
459 B
Plaintext
17 lines
459 B
Plaintext
---
|
|
title: "LogRocket"
|
|
description: "将 LogRocket 集成到你的 Mintlify 文档,回放用户会话、监控前端错误,并详细调试交互问题。"
|
|
keywords: ["LogRocket 集成", "会话回放", "错误监控", "app ID"]
|
|
boost: 3
|
|
---
|
|
|
|
在你的 `docs.json` 文件中添加以下配置,将 Analytics 数据发送到 LogRocket。
|
|
|
|
```json Analytics options in docs.json
|
|
"integrations": {
|
|
"logrocket": {
|
|
"apiKey": "required"
|
|
}
|
|
}
|
|
```
|