mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
Allow using sentry to log errors.
This commit is contained in:
parent
6e4cbc1ee3
commit
8c55b85fc2
5 changed files with 22 additions and 11 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue