Conversation
…x et console Super Admin
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: c3d295ac95
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| --- | ||
| title: APM and Tracing | ||
| description: Configure APM and error monitoring tools for Chatwoot | ||
| sidebarTitle: APM and Tracing | ||
| --- |
There was a problem hiding this comment.
Remove unintended duplicate docs under
monitoring copy
This file is a verbatim duplicate of self-hosted/monitoring/apm-and-error-monitoring.mdx, and the same duplicate pattern appears for the other monitoring pages in self-hosted/monitoring copy/. Because this new directory is not referenced anywhere in docs.json (navigation still uses self-hosted/monitoring/* at lines 98-100), it introduces orphaned duplicate content that will drift and confuse future edits.
Useful? React with 👍 / 👎.
| --- | ||
| title: APM and Tracing | ||
| description: Configure APM and error monitoring tools for Chatwoot | ||
| sidebarTitle: APM and Tracing | ||
| --- |
There was a problem hiding this comment.
Connect new monitoring pages to navigation or remove them
The new self-hosted/configuration/monitoring/* pages are added, but no navigation or link updates accompany them; docs.json still points readers to self-hosted/monitoring/* (lines 98-100), and existing internal links do the same. As committed, these pages are effectively unused duplicates, which makes future documentation updates error-prone because there are now two parallel copies.
Useful? React with 👍 / 👎.
a