-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sentry drop LogLevel. Are There any LogLevel Alternatives? #69
Comments
It is also still present on the README, so everyone who uses nestjs-sentry for the first time will be faced with an error |
oh just realize, we only need to remove log level since it is never used by sentry anyway. @sediatis |
Hey, I brought up this issue in the Sentry project and they directed me here -- looks like an alternative is needed and folks here aware of it. |
so will it still work without LogLevel? |
It's hacky, but for now you can do something like: |
From what I've seen here, the LogLevel is being dropped by Sentry. Are there any alternatives for this one. Thx.
getsentry/sentry-javascript#4317
The text was updated successfully, but these errors were encountered: