Prune telemetry events

Update telemetry for model tagging
Update readme on telemetry
This commit is contained in:
timothycarambat
2025-04-29 13:54:00 -07:00
parent f9ef5840cb
commit dacd67124a
14 changed files with 129 additions and 16 deletions

View File

@@ -83,7 +83,7 @@ async function validateTablePragmas(force = false) {
// Telemetry is anonymized and your data is never read. This can be disabled by setting
// DISABLE_TELEMETRY=true in the `.env` of however you setup. Telemetry helps us determine use
// of how AnythingLLM is used and how to improve this product!
// You can see all Telemetry events by ctrl+f `Telemetry.sendEvent` calls to verify this claim.
// You can see all Telemetry events by ctrl+f `Telemetry.sendTelemetry` calls to verify this claim.
async function setupTelemetry() {
if (process.env.DISABLE_TELEMETRY === "true") {
console.log(