add error reporting to sentry

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2024-09-30 21:01:58 +02:00
parent 82e56984fb
commit 5154b04882
4 changed files with 15 additions and 6 deletions

View File

@@ -3,6 +3,7 @@ plugins {
id 'org.springframework.boot' version '3.3.3'
id 'io.spring.dependency-management' version '1.1.6'
id 'idea'
id "io.sentry.jvm.gradle" version "4.11.0"
}
group = 'dev.mars3142.fhq'