You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sentry recommends (see this video]) a fine-grained project structure. This usually means that multiple Sentry projects are represented within a single Kubernetes cluster.
Currently this requires one of two options
Run an instance of sentry-kubernetes in every namespace and use the SENTRY_K8S_WATCH_NAMESPACES option to select the single namespace.
Add the sentry.io/dsn label to every resource in the namespace
Request
Allow users to set the sentry.io/dsn and sentry.io/environment labels on the namespace. This would allow Kubernetes administrators to host the service and service administrators to opt-in to sending Sentry events for their projects with a simple label change.
Adding a new sentry.io/level label to control the logging level would be a bonus.
Thanks!
The text was updated successfully, but these errors were encountered:
Problem
Sentry recommends (see this video]) a fine-grained project structure. This usually means that multiple Sentry projects are represented within a single Kubernetes cluster.
Currently this requires one of two options
SENTRY_K8S_WATCH_NAMESPACES
option to select the single namespace.sentry.io/dsn
label to every resource in the namespaceRequest
Allow users to set the
sentry.io/dsn
andsentry.io/environment
labels on the namespace. This would allow Kubernetes administrators to host the service and service administrators to opt-in to sending Sentry events for their projects with a simple label change.Adding a new
sentry.io/level
label to control the logging level would be a bonus.Thanks!
The text was updated successfully, but these errors were encountered: