feat(backend): add sentry-spring-boot-starter-jakarta for GlitchTip error reporting

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Marcel
2026-05-15 08:11:10 +02:00
committed by marcel
parent 8a00d66435
commit 0a1d709c5f
3 changed files with 17 additions and 0 deletions

View File

@@ -224,6 +224,13 @@
</exclusion>
</exclusions>
</dependency>
<!-- Sentry error reporting (GlitchTip-compatible) -->
<dependency>
<groupId>io.sentry</groupId>
<artifactId>sentry-spring-boot-starter-jakarta</artifactId>
<version>8.5.0</version>
</dependency>
</dependencies>