| package | version |
|---|---|
| sentry-client-web | |
| sentry-server-data | |
| sentry-server-host |
sentry-server-host is used to serve up the sentry client and to persist monitor data.
npm i -g sentry-server-hostsentry-server-data provides system and service data for the sentry client.
npm i -g sentry-server-dataIt can be run with these options.
$ sentry-server-data -h
Usage: sentry-server-data [options]
Options:
-h, --help output usage information
-c, --config <config> Specified config
-p, --port <port> Specified portFor example:
$ sentry-server-data -p 8080
sentry-server-data is running on port 8080Clone the repository.
git clone https://github.com/sbuggay/sentry.gitInstall lerna.
npm i -g lernaInstall dependencies.
npm run bootstrapRunning tests.
npm run test