An open API service indexing awesome lists of open source software.

https://github.com/juanpicado/verdaccio-sentry

Verdaccio middleware to enable sentry
https://github.com/juanpicado/verdaccio-sentry

error-tracking sentry verdaccio verdaccio-plugin

Last synced: about 2 months ago
JSON representation

Verdaccio middleware to enable sentry

Awesome Lists containing this project

README

        

# verdaccio-sentry

> sentry loggin errors

## Usage

```
middlewares:
audit:
enabled: true
sentry:
dsn: https://[email protected]/1111111
```

More info at [Configure Sentry](https://docs.sentry.io/error-reporting/configuration/?platform=javascript).

Feel free to contribute and add more properties if you need them.

---

## Development

See the [verdaccio contributing guide](https://github.com/verdaccio/verdaccio/blob/master/CONTRIBUTING.md) for instructions setting up your development environment.
Once you have completed that, use the following npm tasks.

- `pnpm run build`

Build a distributable archive

- `pnpm run test`

Run unit test

For more information about any of these commands run `npm run ${task} -- --help`.