juanpicado / verdaccio-sentry

Verdaccio middleware to enable sentry

Home Page:https://verdaccio.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Verdaccio middleware to enable sentry

https://verdaccio.org


Languages

Language:TypeScript 79.1%Language:JavaScript 20.9%