DEV Community

Cover image for How to disable telemetry in Strapi 📊
kevinadhiguna
kevinadhiguna

Posted on • Edited on

2 2

How to disable telemetry in Strapi 📊

Strapi contains a feature in which anonymous and otherwise non-sensitive data is collected. Like any other software, the main aim is to provide the best experience to users.

What data is collected ?

  • Unique project ID (generated with UUID)
  • Unique machine ID (generated with node-machine-id)
  • Environment state (development, staging, production)
  • System information (OS)
  • Build configurations

Of course, no personal data is collected and any data collected is secured, encrypted and anonymized.

How do I disable Telemetry in Strapi ?

Simply, please remove uuid in your strapi app’s package.json file.
Before :
Alt Text

After :
Alt Text

If you have any questions regarding collected data usage in Strapi, do not hesitate to send an email to privacy@strapi.io.

Read more : Strapi - Collected Usage Information

Image of Datadog

The Essential Toolkit for Front-end Developers

Take a user-centric approach to front-end monitoring that evolves alongside increasingly complex frameworks and single-page applications.

Get The Kit

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay