Jeffery336699 / metrics

A package to collect metrics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Metrics package

OS X Build Status Windows Build Status Dependency Status

A package that reports usage information to the Atom team by way of Google Analytics.

If you do not want this information reported, you can disable this package. Open the Settings View by running the Settings View: Open command from the Command Palette, go to the Packages section, and then find and disable the Metrics package.

Collected data

  • A unique UUID v4 random identifier is generated according to RFC4122
  • Screen width and height
  • Version of Atom being used
  • Name of each Atom view class or Atom configuration file opened in a pane, e.g. EditorView, SettingsView, MarkdownPreviewView, and UserKeymap. No other pane item information is collected.
  • Exception messages (without paths)
  • Commands run (save core commands)
  • Amount of time the current window was open for
  • Amount of time the current window took to load
  • Amount of time the app took to launch
  • Which release channel (stable, beta, dev)
  • Deprecated package names and versions

About

A package to collect metrics

License:MIT License


Languages

Language:CoffeeScript 100.0%