sofn-xyz / mailing

Build, test, send emails with React
https://www.mailing.run
MIT License
3.61k stars 72 forks source link

Telemetry opt-out doesn't work #439

Closed KATT closed 1 year ago

KATT commented 1 year ago

Describe the bug

Every time I run npx mailing, it injects an anonymousId in the mailing.config.json

To Reproduce Steps to reproduce the behavior:

  1. Go to mailing.config.json
  2. Remove "anonymousId"-line
  3. Run npx mailing

Expected behavior

mailing.config.json shouldn't change

Actual behavior

It injects a tracking ID on the mailing.config.json on start

Desktop (please complete the following information):

alexfarrill commented 1 year ago

If you set that to null instead of removing the line it should do the trick.

alexfarrill commented 1 year ago

@KATT please let us know if that resolves the issue for you. I updated the docs, since they say to remove it which, you're right, doesnt work. Thanks. If it doesn't then reopen