Replies: 1 comment
-
Hey @Schaka - you can use the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We're currently paying for a certain logging budget in Sentry and are trying to keep some log messages unhandled, as we have no control over them.
For reference, we're using NestJS and running Log4js as a logging framework. There is a line where if it can't get the stacktrace for a log message, it will send a specific log message directly to the console.
I'm looking for a way to filter, so this won't spam our logs in Sentry and eat up our logging budget.
How would I go about it? Are such filters even possible?
Beta Was this translation helpful? Give feedback.
All reactions