feat(app): add sentry loging

This commit is contained in:
2025-10-17 15:59:18 +02:00
parent d593f7a994
commit cb9ef5e461
5 changed files with 24 additions and 2 deletions

View File

@@ -15,3 +15,4 @@ stringData:
# RabbitMQ credentials
RABBITMQ_PASSWORD: {{ .Values.rabbitmq.password | default "" | quote }}
RABBITMQ_USERNAME: {{ .Values.rabbitmq.username | quote }}
SENTRY_DSN: {{ .Values.sentry_dsn | quote }}