[GH-ISSUE #4534] [CHORE]: Propagate telemetry disabled setting to third-parties #2885

Closed
opened 2026-02-22 18:31:40 -05:00 by yindo · 2 comments
Owner

Originally created by @SynapseScribe on GitHub (Oct 13, 2025).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/4534

Originally assigned to: @angelplusultra on GitHub.

How are you running AnythingLLM?

AnythingLLM desktop app

What happened?

In privacy & data: anonymous telemetry -> turned it off
However the app still tries to connect to checkpoint.prisma.io
, which per https://www.prisma.io/docs/orm/tools/prisma-cli refers to Prisma telemetry

Are there known steps to reproduce?

In privacy & data: anonymous telemetry -> turned it off
Monitor traffic

Originally created by @SynapseScribe on GitHub (Oct 13, 2025). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/4534 Originally assigned to: @angelplusultra on GitHub. ### How are you running AnythingLLM? AnythingLLM desktop app ### What happened? In privacy & data: anonymous telemetry -> turned it off However the app still tries to connect to checkpoint.prisma.io , which per https://www.prisma.io/docs/orm/tools/prisma-cli refers to Prisma telemetry ### Are there known steps to reproduce? In privacy & data: anonymous telemetry -> turned it off Monitor traffic
yindo added the enhancementfeature request labels 2026-02-22 18:31:40 -05:00
yindo closed this issue 2026-02-22 18:31:40 -05:00
Author
Owner

@SynapseScribe commented on GitHub (Oct 13, 2025):

I disabled prisma telemetry by creating a system environment variable in windows:
CHECKPOINT_DISABLE=1

However when turning off telemetry in the app, this should prevent connections to prisma.io, without user intervention.

@SynapseScribe commented on GitHub (Oct 13, 2025): I disabled prisma telemetry by creating a system environment variable in windows: CHECKPOINT_DISABLE=1 However when turning off telemetry in the app, this should prevent connections to prisma.io, without user intervention.
Author
Owner

@timothycarambat commented on GitHub (Oct 13, 2025):

However the app still tries to connect to checkpoint.prisma.io , which per https://www.prisma.io/docs/orm/tools/prisma-cli refers to Prisma telemetry

To be honest, I wasn't even aware they had any telemetry so when you flip that toggle, we only disable our telemetry since that is something we explicitly have control of.

We can add support to append this config as well to disable that also.

@timothycarambat commented on GitHub (Oct 13, 2025): > However the app still tries to connect to checkpoint.prisma.io , which per https://www.prisma.io/docs/orm/tools/prisma-cli refers to Prisma telemetry To be honest, I wasn't even aware they had any telemetry so when you flip that toggle, we only disable _our_ telemetry since that is something we explicitly have control of. We can add support to append this config as well to disable that also.
yindo changed title from [CHORE]: Propagate telemetry disabled setting to third-parties to [GH-ISSUE #4534] [CHORE]: Propagate telemetry disabled setting to third-parties 2026-06-05 14:49:04 -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#2885