Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.

Commit 0bee84f

Browse files
Polish.
1 parent a0ea203 commit 0bee84f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

sentry-samples/sentry-samples-spring/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
kotlin("plugin.spring") version Config.kotlinVersion
88
}
99

10-
group = "io.sentry.sample.spring-boot"
10+
group = "io.sentry.sample.spring"
1111
version = "0.0.1-SNAPSHOT"
1212
java.sourceCompatibility = JavaVersion.VERSION_1_8
1313

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
# NOTE: Replace the test DSN below with YOUR OWN DSN to see the events from this app in your Sentry project/dashboard
22
sentry.dsn=https://[email protected]/1808954
33
sentry.send-default-pii=true
4+
5+
# Uncaught exception handler should be disabled if both Sentry Spring and Logback integrations are enabled
6+
sentry.enable-uncaught-exception-handler=false

0 commit comments

Comments
 (0)