k8s-sentry
k8s-sentry copied to clipboard
Ability to Customize Sentry Reporting
It would be great to have the ability to customize what events or what types of events are sent to sentry from this library. For example, only reporting errors to sentry instead of warnings could help manage monthly sentry usage, or blacklisting certain warning types that are not impacting application performance. We are currently using GKE, and so we get a number of warnings that are not impacting application performance but are driving up our sentry event usage.
Same for us. We're using your wonderful project to get our k8s errors within our sentry platform. Unfortunately, we're getting warning that we would not have to check. Basically, we're using spot instance and pod termination is something usual in our cluster.
Would be great to be able to manage the type of error/warning we want to get to sentry. Happy to work on a PR