k8s-sentry
k8s-sentry copied to clipboard
Report errors from pod's stderr stream
Hi! I found that k8s-sentry only logs operational issues (such as a failing readiness probe). However I was hoping that messages printed to a pod's stderr stream would be logged as well to Sentry. In my understanding this would increase the utility of k8s-sentry a lot. Though this might not be in the scope of this tool.
How would I need to extend this tool so that a pod's error messages, printed stderr, can be reported as welll?
And thanks a ton for this tool!