Skip to content

Commit

Permalink
Remove Sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
vrajmohan committed Jan 12, 2024
1 parent d059f39 commit 2a5df17
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
3 changes: 0 additions & 3 deletions src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2a5df17

Please sign in to comment.