Configure Sentry for akkounts

This commit is contained in:
Râu Cao
2023-03-27 19:10:48 +02:00
parent 9f886cc286
commit 99d985c0d5
3 changed files with 21 additions and 10 deletions

View File

@@ -53,6 +53,8 @@ env[:smtp] = {
enable_starttls: node['akkounts']['smtp']['enable_starttls']
}
env[:sentry_dsn] = credentials["sentry_dsn"]
if webhooks_allowed_ips.length > 0
env[:webhooks_allowed_ips] = webhooks_allowed_ips
end