wasp-lang / wasp

The fastest way to develop full-stack web apps with React & Node.js.
https://wasp-lang.dev
MIT License
13.48k stars 1.18k forks source link

Address Prisma telemetry in our telemetry (in our docs and/or implementation) #2065

Closed Martinsos closed 4 months ago

Martinsos commented 4 months ago

In our Telemetry docs, remind the reader that Prisma is also collecting telemetry and point them to their docs on it, including how they can turn it off.

Maybe even turn off Prisma's telemetry when Wasp's telemetry is turned off (not 100% sure about this part, this might be Wasp doing too much and just docs might be enough).

Martinsos commented 4 months ago

Ok we decided not to do this for now because we can end up doing this for all the tools, we will let user manage it.