Skip to content

Commit bee5258

Browse files
committed
Disable Sentry and Science Event Logging on prod
1 parent aa363a5 commit bee5258

File tree

4 files changed

+8
-16
lines changed

4 files changed

+8
-16
lines changed

group_vars/artemis_prod_like_common.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@ post_hog:
6767
host: "{{ lookup('hashi_vault', 'kv/data/artemis/common/post_hog').get('url') }}"
6868
token: "{{ lookup('hashi_vault', 'kv/data/artemis/common/post_hog').get('secret') }}"
6969

70-
enable_science_event_logging: true
71-
7270
atlas:
7371
enabled: true
7472
atlasml:
@@ -101,13 +99,6 @@ artemis_jhipster_jwt: "{{ lookup('hashi_vault', 'kv/data/artemis/' + var_vault_g
10199
artemis_jhipster_registry_password: "{{ lookup('hashi_vault', 'kv/data/artemis/' + var_vault_group).get('registry_password') }}"
102100
artemis_eureka_instance_id: "{{ node_id }}"
103101

104-
##############################################################################
105-
# Sentry Common Configuration
106-
##############################################################################
107-
sentry:
108-
dsn: https://e52d0b9b6b61769f50b088634b4bc781@sentry.aet.cit.tum.de/2
109-
send_default_pii: true
110-
111102
##############################################################################
112103
# Deployment User
113104
##############################################################################

group_vars/artemis_production.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,6 @@ redirects:
5151
firewall_hostgroup: default
5252
proxy_forward_ssh: true
5353

54-
##############################################################################
55-
# Sentry Env-specific Configuration
56-
##############################################################################
57-
sentry:
58-
environment: prod
59-
traces_sample_rate: 0.2
60-
6154
theia:
6255
portal_url: https://theia.artemis.cit.tum.de
6356
images:

group_vars/artemis_staging1.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ tum_live_base_url: "https://tum.live/api/v2"
4242

4343
push_notification_relay: "https://hermes-prod.artemis.cit.tum.de"
4444

45+
enable_science_event_logging: true
46+
4547
##############################################################################
4648
# Proxy Configuration
4749
##############################################################################
@@ -81,6 +83,8 @@ broker:
8183
# Sentry Env-specific Configuration
8284
##############################################################################
8385
sentry:
86+
dsn: https://e52d0b9b6b61769f50b088634b4bc781@sentry.aet.cit.tum.de/2
87+
send_default_pii: true
8488
environment: staging1
8589
traces_sample_rate: 1.0
8690

group_vars/artemis_staging2.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ tum_live_base_url: "https://tum.live/api/v2"
4242

4343
push_notification_relay: "https://hermes-prod.artemis.cit.tum.de"
4444

45+
enable_science_event_logging: true
46+
4547
##############################################################################
4648
# Proxy Configuration
4749
##############################################################################
@@ -84,6 +86,8 @@ artemis_redis_client_name: "artemis-{{ node_id }}"
8486
# Sentry Env-specific Configuration
8587
##############################################################################
8688
sentry:
89+
dsn: https://e52d0b9b6b61769f50b088634b4bc781@sentry.aet.cit.tum.de/2
90+
send_default_pii: true
8791
environment: staging2
8892
traces_sample_rate: 1.0
8993

0 commit comments

Comments
 (0)