[GH-ISSUE #1705] What is posthog-node used for in Anything LLM #1119

Closed
opened 2026-02-22 18:23:11 -05:00 by yindo · 3 comments
Owner

Originally created by @ericthomas1 on GitHub (Jun 17, 2024).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/1705

Hello,

One of the dependencies in server/package.json is posthog-node. The npm docs are scant. Followed the links to the product docs.

Questions:

  1. Which product does Anything LLM use?
  2. Does posthog power the anonymous telemetry in Anything LLM or does it power user analytics that are surfaced in the admin panel?

Thank you

Originally created by @ericthomas1 on GitHub (Jun 17, 2024). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/1705 Hello, One of the dependencies in `server/package.json` is `posthog-node`. The [npm docs](https://www.npmjs.com/package/posthog-node) are scant. Followed the links to the [product docs](https://posthog.com/product-analytics). **Questions**: 1. Which product does Anything LLM use? 2. Does `posthog` power the anonymous telemetry in Anything LLM or does it power user analytics that are surfaced in the admin panel? Thank you
yindo closed this issue 2026-02-22 18:23:11 -05:00
Author
Owner

@timothycarambat commented on GitHub (Jun 17, 2024):

This is outlined in our README.
https://github.com/Mintplex-Labs/anything-llm?tab=readme-ov-file#telemetry--privacy

You can disable it from the UI under the "Privacy and Data Handling" setting in sidebar. These metrics are not used for any admin panel that is used in the application and is purely for the core team and no instance specifics or IP addresses are collected.

@timothycarambat commented on GitHub (Jun 17, 2024): This is outlined in our README. https://github.com/Mintplex-Labs/anything-llm?tab=readme-ov-file#telemetry--privacy You can disable it from the UI under the "Privacy and Data Handling" setting in sidebar. These metrics are not used for any admin panel that is used in the application and is purely for the core team and no instance specifics or IP addresses are collected.
Author
Owner

@ericthomas1 commented on GitHub (Jun 17, 2024):

Thank you @timothycarambat. Will Anything LLM install and run if posthog is removed from server/package.json?

@ericthomas1 commented on GitHub (Jun 17, 2024): Thank you @timothycarambat. Will Anything LLM install and run if `posthog` is removed from `server/package.json`?
Author
Owner

@timothycarambat commented on GitHub (Jun 17, 2024):

yes, but you need to also remove all Telemetry calls

@timothycarambat commented on GitHub (Jun 17, 2024): yes, but you need to also remove all `Telemetry` calls
yindo changed title from What is `posthog-node` used for in Anything LLM to [GH-ISSUE #1705] What is `posthog-node` used for in Anything LLM 2026-06-05 14:39:03 -04: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#1119