diff --git a/build.gradle b/build.gradle index 5f8c441b..9800c6ee 100644 --- a/build.gradle +++ b/build.gradle @@ -60,8 +60,6 @@ dependencies { implementation 'commons-net:commons-net:3.10.0' testImplementation 'org.projectlombok:lombok:1.18.30' - implementation 'io.sentry:sentry-spring-boot-starter-jakarta:7.1.0' - implementation 'io.sentry:sentry-logback:7.1.0' testImplementation 'junit:junit:4.13.2' diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index da543dc7..b8ef97ca 100644 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -108,9 +108,6 @@ pgp: seckey-file-path: ${PGP_SECKEY_FILE_PATH} pubkey-file-path: ${PGP_PUBKEY_FILE_PATH} sigkey-password: ${PGP_SIGKEY_PASSWORD} -sentry: - dsn: ${SENTRY_DSN} - traces-sample-rate: 0.6 management: endpoints: enabled-by-default: false