update sentry link

This commit is contained in:
Julian Krings
2025-08-19 18:00:22 +02:00
parent e5f3bbd69e
commit 837674c295
3 changed files with 9 additions and 9 deletions
+2 -1
View File
@@ -100,10 +100,11 @@ java {
}
sentry {
url = "http://sentry.volmit.com:8080/"
autoInstallation.enabled = false
includeSourceContext = true
org = "volmit-software"
org = "sentry"
projectName = "iris"
authToken = findProperty("sentry.auth.token") as String? ?: System.getenv("SENTRY_AUTH_TOKEN")
}