File tree 3 files changed +6
-0
lines changed
helm_deploy/hmpps-integration-api
3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ configurations {
10
10
dependencies {
11
11
implementation(" org.springframework.boot:spring-boot-starter-webflux" )
12
12
implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.1" )
13
+ implementation(" io.sentry:sentry-spring-boot-starter-jakarta:6.15.0" )
14
+ implementation(" io.sentry:sentry-logback:6.15.0" )
13
15
14
16
testImplementation(" io.kotest:kotest-runner-junit5-jvm:5.5.4" )
15
17
testImplementation(" io.kotest:kotest-assertions-core-jvm:5.5.4" )
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ generic-service:
27
27
namespace_secrets :
28
28
hmpps-integration-api :
29
29
APPINSIGHTS_INSTRUMENTATIONKEY : " APPINSIGHTS_INSTRUMENTATIONKEY"
30
+ SENTRY_DSN : " SENTRY_DSN"
30
31
31
32
allowlist :
32
33
office : " 217.33.148.210/32"
Original file line number Diff line number Diff line change @@ -61,3 +61,6 @@ services:
61
61
password : Y2xpZW50c2VjcmV0Cg==
62
62
probation-offender-search :
63
63
base-url : http://localhost:4002
64
+
65
+ sentry :
66
+ traces-sample-rate : " 0.05"
You can’t perform that action at this time.
0 commit comments