File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -161,6 +161,9 @@ sentry.conf.py: |-
161161
162162 SENTRY_OPTIONS['system.secret -key'] = secret_key
163163
164+ # Set default for SAMPLED_DEFAULT_RATE:
165+ SAMPLED_DEFAULT_RATE = {{ .Values.global.sampledDefaultRate | default 1.0 }}
166+
164167 # Instruct Sentry that this install intends to be run by a single organization
165168 # and thus various UI optimizations should be enabled.
166169 SENTRY_SINGLE_ORGANIZATION = {{ if .Values.sentry.singleOrganization }}True{{ else }}False{{ end }}
Original file line number Diff line number Diff line change 44ipv6 : false
55
66global :
7+
8+ # Set SAMPLED_DEFAULT_RATE parameter for all projects
9+ # sampledDefaultRate: 1.0
10+
711 nodeSelector : {}
812 tolerations : []
913 sidecars : []
You can’t perform that action at this time.
0 commit comments