From 855b040e8f111132a4e2eaf3190d0144e3fdbb63 Mon Sep 17 00:00:00 2001 From: Rainnny7 Date: Sat, 27 Apr 2024 03:08:22 -0400 Subject: [PATCH] API: Add Sentry --- API/pom.xml | 8 ++++++++ API/src/main/resources/application.yml | 5 +++++ 2 files changed, 13 insertions(+) diff --git a/API/pom.xml b/API/pom.xml index d072e31..a69de50 100644 --- a/API/pom.xml +++ b/API/pom.xml @@ -138,6 +138,14 @@ compile + + + io.sentry + sentry-spring-boot-starter + 7.8.0 + compile + + org.springframework.boot diff --git a/API/src/main/resources/application.yml b/API/src/main/resources/application.yml index 14589c5..af1f060 100644 --- a/API/src/main/resources/application.yml +++ b/API/src/main/resources/application.yml @@ -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: