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: |-
161
161
162
162
SENTRY_OPTIONS['system.secret-key'] = secret_key
163
163
164
+ # Set default for SAMPLED_DEFAULT_RATE:
165
+ SAMPLED_DEFAULT_RATE = { { .Values.global.sampledDefaultRate | default 1.0 } }
166
+
164
167
# Instruct Sentry that this install intends to be run by a single organization
165
168
# and thus various UI optimizations should be enabled.
166
169
SENTRY_SINGLE_ORGANIZATION = { { if .Values.sentry.singleOrganization } }True{ { else } }False{ { end } }
Original file line number Diff line number Diff line change 4
4
ipv6 : false
5
5
6
6
global :
7
+
8
+ # Set SAMPLED_DEFAULT_RATE parameter for all projects
9
+ # sampledDefaultRate: 1.0
10
+
7
11
nodeSelector : {}
8
12
tolerations : []
9
13
sidecars : []
You can’t perform that action at this time.
0 commit comments