sa-debug-viewer

SensorsData Analytics Debugger Viewer

Usage no npm install needed!

<script type="module">
  import saDebugViewer from 'https://cdn.skypack.dev/sa-debug-viewer';
</script>

README

Sensors Analytics NPM version Build Status Dependency Status

This is a command-line debug viwer for Sensors Analytics .

Install

Install using npm.

$ npm install -g sa-debug-viewer

Usage

sa-debug [options] <host>

Options:
  --project, -p  Project to monitor                                     [string]
  --event, -e    Event filter                                            [array]
  --userId, -u   User id                                                 [array]
  --help         Show help                                             [boolean]

e.g.

Fetch all click event from default project from debug viewer of http://my-project.cloud.sensorsdata.cn

$ sa-debug -e click -p default http://my-project.cloud.sensorsdata.cn

License

MIT

NPM downloads