[PR #190] [MERGED] Enable optional Telemetry integration via posthog #3240

Closed
opened 2026-02-22 18:33:21 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/190
Author: @timothycarambat
Created: 8/14/2023
Status: Merged
Merged: 8/14/2023
Merged by: @timothycarambat

Base: masterHead: posthog-integration


📝 Commits (3)

  • 0cba789 Enable optional Telemetry integration via posthog
  • 381c2d2 add chat event
  • 4064b4c fix README case

📊 Changes

12 files changed (+176 additions, -4 deletions)

View changed files

📝 README.md (+24 -1)
📝 server/endpoints/chat.js (+6 -0)
📝 server/endpoints/system.js (+2 -0)
📝 server/endpoints/utils.js (+1 -1)
📝 server/endpoints/workspaces.js (+7 -0)
📝 server/index.js (+5 -1)
📝 server/models/documents.js (+9 -0)
📝 server/models/systemSettings.js (+1 -0)
server/models/telemetry.js (+65 -0)
📝 server/package.json (+1 -0)
📝 server/utils/database/index.js (+33 -0)
📝 server/yarn.lock (+22 -1)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/anything-llm/pull/190 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 8/14/2023 **Status:** ✅ Merged **Merged:** 8/14/2023 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `posthog-integration` --- ### 📝 Commits (3) - [`0cba789`](https://github.com/Mintplex-Labs/anything-llm/commit/0cba7899dfaa213565eca3b7b46fcd03e0494f57) Enable optional Telemetry integration via posthog - [`381c2d2`](https://github.com/Mintplex-Labs/anything-llm/commit/381c2d267a5ee0bf9f087c8d9a8e6c0225966650) add chat event - [`4064b4c`](https://github.com/Mintplex-Labs/anything-llm/commit/4064b4ca4774eb24df2537a3ff99e6d706510ce2) fix README case ### 📊 Changes **12 files changed** (+176 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+24 -1) 📝 `server/endpoints/chat.js` (+6 -0) 📝 `server/endpoints/system.js` (+2 -0) 📝 `server/endpoints/utils.js` (+1 -1) 📝 `server/endpoints/workspaces.js` (+7 -0) 📝 `server/index.js` (+5 -1) 📝 `server/models/documents.js` (+9 -0) 📝 `server/models/systemSettings.js` (+1 -0) ➕ `server/models/telemetry.js` (+65 -0) 📝 `server/package.json` (+1 -0) 📝 `server/utils/database/index.js` (+33 -0) 📝 `server/yarn.lock` (+22 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:33:21 -05:00
yindo closed this issue 2026-02-22 18:33:21 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#3240