Skip to content

Commit 7b28d37

Browse files
ryanjjungMelissaAutumn
authored andcommitted
Variablize Sentry tracing, defaulting to no tracing
1 parent 57cb9c8 commit 7b28d37

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pulumi/config.prod.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,8 @@ resources:
400400
value: "yes"
401401
- name: TBA_FLOWER
402402
value: "no"
403+
- name: SENTRY_TRACES_SAMPLE_RATE
404+
value: "0.1"
403405

404406
flower:
405407
<<: *ACCOUNTS_TASK_DEFINITION
@@ -472,6 +474,8 @@ resources:
472474
value: "no"
473475
- name: TBA_FLOWER
474476
value: "yes"
477+
- name: SENTRY_TRACES_SAMPLE_RATE
478+
value: "0.0"
475479

476480
targets:
477481
flower:

0 commit comments

Comments
 (0)