okonek / tidal-cli-client

You can now use Tidal on linux. With your loved CLI. <3
MIT License
272 stars 29 forks source link

Privacy: Sentry (Raven) Integration #39

Closed sbrandtb closed 6 years ago

sbrandtb commented 6 years ago

I just checked out tilda-cli-client and ran into an exception while searching which, because it printed something like raven@x.y.z alert: unhandled exception occured, made me aware that you're using a Sentry integration here. Not checked further, but knowing how Sentry works, I'm now afraid to leak my password to your service.

That may be unwarranted, but still leaves a very bad feeling. It should be more like:

okonek commented 6 years ago

The code is open-source, so you can see how much data am i giving to sentry. I don't send any passwords or even your e-mails. Just the package version.

okonek commented 6 years ago

But I might add sending error logs as an optional feature.