@@ -30,7 +30,11 @@ global:
3030 otel_insecure_skip_verify : &otelInsecureSkipVerify true
3131 # -- Sentry DSN
3232 sentry_dsn : &sentryDsn ""
33- # -- Retention policy duration
33+ # -- Sentry debug mode
34+ sentry_debug : &sentryDebug false
35+ # -- Sentry environment
36+ sentry_environment : *environment
37+
3438 retention_policy_duration : &retentionPolicyDuration 720h
3539 # -- Retention policy enabled
3640 retention_policy_enabled : &retentionPolicyEnabled false
@@ -196,6 +200,8 @@ agent:
196200 insecure_skip_verify : *otelInsecureSkipVerify
197201 sentry :
198202 dsn : *sentryDsn
203+ debug : *sentryDebug
204+ environment : *environment
199205 pyroscope :
200206 enabled : false
201207 url : " "
@@ -282,8 +288,7 @@ agent:
282288 periodSeconds : 60
283289 selectPolicy : Max
284290
285- podDisruptionBudget :
286- {}
291+ podDisruptionBudget : {}
287292 # -- Pod disruption budget
288293 # maxUnavailable: 1
289294 # minAvailable: 1
@@ -334,6 +339,8 @@ server:
334339 insecure_skip_verify : *otelInsecureSkipVerify
335340 sentry :
336341 dsn : *sentryDsn
342+ debug : *sentryDebug
343+ environment : *environment
337344 pyroscope :
338345 enabled : false
339346 url : " "
@@ -434,8 +441,7 @@ server:
434441 periodSeconds : 60
435442 selectPolicy : Max
436443
437- podDisruptionBudget :
438- {}
444+ podDisruptionBudget : {}
439445 # -- Pod disruption budget
440446 # maxUnavailable: 1
441447 # minAvailable: 1
0 commit comments