getsentry / sentry-kubernetes

Kubernetes event reporter for Sentry
Apache License 2.0
458 stars 64 forks source link

Add nil check for cronjobRef.Controller #95

Closed ben-z closed 1 month ago

ben-z commented 2 months ago

Simple fix to a segfault when automatic CRON monitoring is enabled.

Resolves https://github.com/getsentry/sentry-kubernetes/issues/90

tonyo commented 1 month ago

Thanks!