Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

verdaccio-sentryrich

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

verdaccio-sentryrich

sentry loggin errors

latest
Source
npmnpm
Version
0.1.3
Version published
Weekly downloads
8
700%
Maintainers
1
Weekly downloads
 
Created
Source

verdaccio-sentryrich

verdaccio sentry中间件

Usage

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

verdaccio Dockerfile example

FROM verdaccio/verdaccio

USER root

ENV NODE_ENV=production

RUN npm install && npm install verdaccio-sentryrich --unsafe-perm && \
    npm cache clean --force

USER verdaccio

Keywords

verdaccio

FAQs

Package last updated on 24 Feb 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts