Socket
Socket
Sign inDemoInstall

@nuxt/telemetry

Package Overview
Dependencies
Maintainers
5
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nuxt/telemetry

Nuxt collects anonymous telemetry data about general usage. This helps us to accurately gauge Nuxt feature usage and customization across all our users.


Version published
Weekly downloads
652K
decreased by-3.71%
Maintainers
5
Weekly downloads
 
Created

What is @nuxt/telemetry?

@nuxt/telemetry is a Nuxt.js module that collects anonymous usage data to help improve the framework. It gathers information about your Nuxt.js project, such as the version, features used, and build times, and sends it to the Nuxt.js team. This data helps the team understand how Nuxt.js is being used and identify areas for improvement.

What are @nuxt/telemetry's main functionalities?

Enable/Disable Telemetry

You can enable or disable telemetry data collection by setting the `telemetry` property in your `nuxt.config.js` file. Setting it to `false` will disable telemetry.

export default {
  telemetry: false
}

Prompt for Telemetry Consent

You can prompt for telemetry consent in the terminal by running the `npx nuxt telemetry prompt` command. This will ask the user if they want to enable or disable telemetry data collection.

npx nuxt telemetry prompt

Check Telemetry Status

You can check the current status of telemetry data collection by running the `npx nuxt telemetry status` command. This will display whether telemetry is enabled or disabled.

npx nuxt telemetry status

Disable Telemetry via CLI

You can disable telemetry data collection via the command line by running the `npx nuxt telemetry disable` command.

npx nuxt telemetry disable

Enable Telemetry via CLI

You can enable telemetry data collection via the command line by running the `npx nuxt telemetry enable` command.

npx nuxt telemetry enable

Other packages similar to @nuxt/telemetry

FAQs

Package last updated on 17 Feb 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc