getsentry / sentry-kubernetes

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

feature: allow object manifest to define custom DSN #72

Closed Jiahui-Zhang-20 closed 8 months ago

Jiahui-Zhang-20 commented 9 months ago

Previous:

All events must be sent to a single project corresponding to the DSN specified in the environment variable.

Now:

The manifest may contain a custom DSN in the annotations so the event may be sent to a different corresponding project instead (this works with both Issues and Crons).