Skip to content

Commit

Permalink
Add support for Sentry monitoring
Browse files Browse the repository at this point in the history
Includes addition to documentation.
  • Loading branch information
pvannierop committed Dec 10, 2024
1 parent 2e4891b commit 2c4947d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions java-sdk/radar-catalog-server/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,7 @@ dependencies {
application {
mainClass.set("org.radarbase.schema.service.SourceCatalogueServer")
}

radarKotlin {
sentryEnabled.set(true)
}
4 changes: 4 additions & 0 deletions java-sdk/radar-schemas-tools/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ dependencies {
application {
mainClass.set("org.radarbase.schema.tools.CommandLineApp")
}

radarKotlin {
sentryEnabled.set(true)
}

0 comments on commit 2c4947d

Please sign in to comment.