Allow using sentry to log errors.

This commit is contained in:
Kavin 2022-10-30 19:56:04 +00:00
parent 6e4cbc1ee3
commit 8c55b85fc2
No known key found for this signature in database
GPG key ID: 49451E4482CC5BCD
5 changed files with 22 additions and 11 deletions

View file

@ -39,8 +39,9 @@ dependencies {
implementation 'org.springframework.security:spring-security-crypto:5.7.4'
implementation 'commons-logging:commons-logging:1.2'
implementation(platform("com.squareup.okhttp3:okhttp-bom:4.10.0"))
implementation("com.squareup.okhttp3:okhttp")
implementation("com.squareup.okhttp3:okhttp-brotli")
implementation 'com.squareup.okhttp3:okhttp'
implementation 'com.squareup.okhttp3:okhttp-brotli'
implementation 'io.sentry:sentry:6.6.0'
}
shadowJar {