minor: Add sentry to plume
This commit is contained in:
@@ -2,4 +2,3 @@ plume:
|
|||||||
enabled: true # for now
|
enabled: true # for now
|
||||||
autosync: {{ if eq .Environment.Name "prod" }} false {{ else }} true {{ end }}
|
autosync: {{ if eq .Environment.Name "prod" }} false {{ else }} true {{ end }}
|
||||||
env: {{ .Environment.Name }}
|
env: {{ .Environment.Name }}
|
||||||
|
|
||||||
|
|||||||
@@ -5,5 +5,6 @@
|
|||||||
"appNamespace": "prod-plume",
|
"appNamespace": "prod-plume",
|
||||||
"appVersion": "1.0.0",
|
"appVersion": "1.0.0",
|
||||||
"cacheDir": "/data/archives/cache",
|
"cacheDir": "/data/archives/cache",
|
||||||
"otelCollector": "http://10.255.241.12:4317"
|
"otelCollector": "http://10.255.241.12:4317",
|
||||||
|
"sentryUrl": "https://2b68ecf0c4d02e6cc9433c371321ac9d@o4509530141622272.ingest.de.sentry.io/4509910315237456",
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -5,5 +5,6 @@
|
|||||||
"appNamespace": "staging-plume",
|
"appNamespace": "staging-plume",
|
||||||
"appVersion": "0.0.0",
|
"appVersion": "0.0.0",
|
||||||
"cacheDir": "/data/archives/cache",
|
"cacheDir": "/data/archives/cache",
|
||||||
"otelCollector": "http://10.255.241.12:4317"
|
"otelCollector": "http://10.255.241.12:4317",
|
||||||
|
"sentryUrl": "https://2b68ecf0c4d02e6cc9433c371321ac9d@o4509530141622272.ingest.de.sentry.io/4509910315237456"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user