-
Every time I restart the stack or container I get the popup asking if I want to allow sharing usage data. It also says it will only ask it once. I guess it's supposed to persist that data in options.json but I'm guessing whatever is written to that file is lost unless it's in my docker compose. Is there an environment variable for this I missed? I had a similar problem with the license agreement but I was able to solve it with this Q&A Thanks if you can help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Set the See: |
Beta Was this translation helpful? Give feedback.
Set the
FOUNDRY_TELEMETRY
environment variable totrue
orfalse
to enable or disable the sharing of usage data.See: