platformsh / template-builder

Utilities to manage Platform.sh project templates
https://github.com/platformsh-templates
MIT License
15 stars 31 forks source link

NuxtJS telemetry #894

Open gilzow opened 11 months ago

gilzow commented 11 months ago

In the latest update to template-builder for our starter templates, we also had to update nuxtjs to a more current version. In doing so, we discovered that disabling telemetry no longer works according to the available instructions.

That team has since responded: https://github.com/nuxt/telemetry/issues/106#issuecomment-1663803286

However, there appears to be no way to disable interactivity, so for now we need to continue to leave it out of the build process in template builder (otherwise it "hangs" with no indication to the person running the update that it's waiting).