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
- Host: GitHub
- URL: https://github.com/juanpicado/verdaccio-sentry
- Owner: juanpicado
- Created: 2020-01-15T07:21:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-31T05:51:48.000Z (almost 5 years ago)
- Last Synced: 2025-04-01T13:55:17.329Z (2 months ago)
- Topics: error-tracking, sentry, verdaccio, verdaccio-plugin
- Language: TypeScript
- Homepage: https://verdaccio.org
- Size: 571 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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`.