API: oops wrong Sentry depend
All checks were successful
Deploy API / docker (17, 3.8.5) (push) Successful in 1m31s

This commit is contained in:
Braydon 2024-04-27 03:21:22 -04:00
parent 80df977047
commit d9b07c3e1b

@ -141,7 +141,7 @@
<!-- Sentry -->
<dependency>
<groupId>io.sentry</groupId>
<artifactId>sentry-spring-boot-starter</artifactId>
<artifactId>sentry-spring-boot-starter-jakarta</artifactId>
<version>7.8.0</version>
<scope>compile</scope>
</dependency>