From be2ce66d3a2156567de81f063ae8b99b0768c86d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?George=20Kazami=20=5B=E4=B9=94=E6=B2=BB=C2=B7=E9=A2=A8?= =?UTF-8?q?=E8=A6=8B=5D?= Date: Sun, 26 Feb 2023 22:21:23 +0000 Subject: [PATCH] fix: add sentry in ```config.template.yml``` --- config/config.template.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/config.template.yml b/config/config.template.yml index f70a4cf..9025b5b 100644 --- a/config/config.template.yml +++ b/config/config.template.yml @@ -32,3 +32,8 @@ log: maxAge: 3 level: "debug" stdout: true +# sentry: +# dsn: "" +# enable_tracing: true +# traces_sample_rate: 1.0 +