Skip to content

Commit

Permalink
chore: (#269) sentry dependency 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
softpeanut committed Jan 2, 2023
1 parent 52ef024 commit 784a841
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,7 @@ object Dependencies {

// firebase
const val FIREBASE_ADMIN = "com.google.firebase:firebase-admin:${DependencyVersions.FIREBASE_ADMIN_VERSION}"

// sentry
const val SENTRY = "io.sentry:sentry-spring-boot-starter:${DependencyVersions.SENTRY_VERSION}"
}
1 change: 1 addition & 0 deletions buildSrc/src/main/kotlin/DependencyVersions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ object DependencyVersions {
const val COMMONS_IO = "2.11.0"
const val POI_VERSION = "5.2.3"
const val FIREBASE_ADMIN_VERSION = "9.1.0"
const val SENTRY_VERSION = "6.10.0"
}
3 changes: 3 additions & 0 deletions simtong-infrastructure/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ dependencies {
// firebase
implementation(Dependencies.FIREBASE_ADMIN)

// sentry
implementation(Dependencies.SENTRY)

// configuration
annotationProcessor(Dependencies.CONFIGURATION_PROCESSOR)

Expand Down

0 comments on commit 784a841

Please sign in to comment.