From 23370f8f25bf841a513f597d3a2f7dcb01fa3549 Mon Sep 17 00:00:00 2001 From: Neda Moeini <neda.moeini@geant.org> Date: Wed, 31 Jul 2024 10:40:53 +0200 Subject: [PATCH] Added Sentry config to the example config file. --- gso/oss-params-example.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gso/oss-params-example.json b/gso/oss-params-example.json index 1eacbb1a..7b6c399f 100644 --- a/gso/oss-params-example.json +++ b/gso/oss-params-example.json @@ -122,5 +122,9 @@ "ASN": 137, "snmp_community": "secret community string", "md5_password": "snmp password" + }, + "SENTRY": { + "DSN": "https://sentry-dsn-url", + "environment": "development" } } -- GitLab