API: Add Sentry
All checks were successful
Deploy API / docker (17, 3.8.5) (push) Successful in 1m48s

This commit is contained in:
Braydon 2024-04-27 03:08:22 -04:00
parent e0c92ca95a
commit 855b040e8f
2 changed files with 13 additions and 0 deletions

@ -138,6 +138,14 @@
<scope>compile</scope>
</dependency>
<!-- Sentry -->
<dependency>
<groupId>io.sentry</groupId>
<artifactId>sentry-spring-boot-starter</artifactId>
<version>7.8.0</version>
<scope>compile</scope>
</dependency>
<!-- Tests -->
<dependency>
<groupId>org.springframework.boot</groupId>

@ -11,6 +11,11 @@ logging:
file:
path: "./logs"
# Sentry Configuration
sentry:
dsn: https://87487c1562d043f79c09e77e4bc359b8@sentry.rainnny.club/2
tracesSampleRate: 1.0
# MaxMind Configuration
# Used for IP Geo location
maxmind: