Skip to content

juanpicado/verdaccio-sentry

Repository files navigation

verdaccio-sentry

sentry loggin errors

Usage

middlewares:
  audit:
    enabled: true
  sentry:
    dsn: https://xxxxxxxx@sentry.io/1111111

More info at Configure Sentry.

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


Development

See the verdaccio contributing guide 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.