diff --git a/gocd/templates/pipelines/snuba-rs.libsonnet b/gocd/templates/pipelines/snuba-rs.libsonnet index 61d7fcd3d7..5b59876125 100644 --- a/gocd/templates/pipelines/snuba-rs.libsonnet +++ b/gocd/templates/pipelines/snuba-rs.libsonnet @@ -153,6 +153,7 @@ function(region) { 'snuba/settings/**/*', 'Dockerfile', 'snuba/cli/**/*', + 'sentry-options/**/*', ], }, }, diff --git a/gocd/templates/snuba-rs.jsonnet b/gocd/templates/snuba-rs.jsonnet index 1d6dc1fccf..f1051964e2 100644 --- a/gocd/templates/snuba-rs.jsonnet +++ b/gocd/templates/snuba-rs.jsonnet @@ -15,6 +15,7 @@ local rs_pipedream_config = { 'snuba/settings/**/*', 'Dockerfile', 'snuba/cli/**/*', + 'sentry-options/**/*', ], }, },