getsentry / sentry-kubernetes

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

fix: change from deprecated sentry client to new sentry sdk #53

Closed phongvq closed 9 months ago

phongvq commented 2 years ago

Description

Deprecated client is unable to send event to Kubernetes cluster (e.g. sentry-kubernetes chart )

This PR is created to replace deprecated sentry client with the new Sentry SDK (as recommended in Sentry document )

phongvq commented 2 years ago

Also I'm not sure if this repo is still maintained or not, but I hope this PR can help people that faced the same issue as me.

tonyo commented 9 months ago

Hey, thanks for reporting! The agent is being rewritten in Go now, so we'll just close this one.