From 8ef37a3664a052fba5bcaf97b4e9404abc465963 Mon Sep 17 00:00:00 2001 From: ahasparian Date: Sun, 10 Mar 2024 22:08:33 +0200 Subject: [PATCH] refactor: remove SENTRY --- src/main/resources/application-production.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application-production.properties b/src/main/resources/application-production.properties index c195194..621413e 100644 --- a/src/main/resources/application-production.properties +++ b/src/main/resources/application-production.properties @@ -25,5 +25,5 @@ jwt.secret.refresh=${JWT_TOKEN_SECRET_REFRESH} logging.level.org.springframework.web=INFO # Sentry -sentry.dsn=${SENTRY_DSN} -sentry.traces-sample-rate=1.0 +#sentry.dsn=${SENTRY_DSN} +#sentry.traces-sample-rate=1.0