travelerdev / nestjs-sentry

Provides an injectable sentry.io client to provide enterprise logging nestjs modules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduce NPM package-lock

fermentfan opened this issue · comments

Hey, I am currently having an issue, because of type mismatches I face as I installed @types/sentry in my project next to this dependency to configure it correctly. Every time I do an install now it fetches the newest version of the types package due to nestjs-sentry's package.json rule attached to it.