Skip to content

Random requests to plausible.io #1159

Answered by Skn0tt
janwirth asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @janwirth! Quirrel is using plausible for telemetry, and it's opt-out because it's interesting for me to see how developers are actually using Quirrel in practice. To out, use the DISABLE_TELEMETRY environment variable. This is documented here: https://docs.quirrel.dev/faq#how-can-i-opt-out-of-telemetry. Also, it's logging a reminder about telemetry at startup:

if (telemetryEnabled) {
this.log.info(`
Quirrel collects completely anonymous telemetry data about general usage,
opt-out by setting the DISABLE_TELEMETRY environment variable.`);
}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@janwirth
Comment options

Answer selected by janwirth
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants