we don't log the queries themselves or the data returned.
We log:
• an anonymous project id
• when the query was run
• if query was in dev or prod
• whether it was successful or failed
• database type eg postgres, BQ, snowflake)
• OS
telemetry code is open source - you can look at it here:
https://github.com/evidence-dev/evidence/blob/main/packages/telemetry/index.cjs
You can also turn off telemetry in the project settings