Quentin Hayot
Quentin Hayot
Hmm, I guess that the env variable only affects the telemetry directly sent by the server then ? https://github.com/strapi/strapi/blob/aad1c2fa032a76932a27729345501827bd05a41b/packages/strapi/lib/services/metrics/index.js#L27
Removing the uuid from the package.json does prevent telemetry. The env variable doesn't (at least when sent from the browser). I tried this: ``` $ STRAPI_TELEMETRY_DISABLED=true $ npm run build...
Same issue on M1 mac. It's working fine on my Intel Mac.
I'm looking for this too.
Using Xcode with Rosetta is no longer possible with MacOS Ventura :/
Same for me. @ziQzav did you find a solution ?
The issue stays the same with updated versions of `@twilio/flex-ui` and `react-scripts`. I was able to compile and start the project after doing the following, which is clearly not clean:...
A callback URL would be AWESOME for now ! (and solve so many issues we're having right now) Notification/Queues would be PERFECT later on !
The callback payload could be the same as an SNS event: minimum overhead for you and almost nothing to change for the customer once the SNS service is ready. For...
This needs to be merged !