API: Add Sentry
All checks were successful
Deploy API / docker (17, 3.8.5) (push) Successful in 1m48s
All checks were successful
Deploy API / docker (17, 3.8.5) (push) Successful in 1m48s
This commit is contained in:
parent
e0c92ca95a
commit
855b040e8f
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user