From 0c0bb1910b6076d1731c1a530c589098a7ad3596 Mon Sep 17 00:00:00 2001 From: Richard Eckart de Castilho Date: Tue, 30 May 2023 15:34:10 +0200 Subject: [PATCH] #4026 - Support for error tracking with Sentry - Add sentry dependencies --- inception/inception-app-webapp/pom.xml | 10 +++++++++- inception/pom.xml | 8 ++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/inception/inception-app-webapp/pom.xml b/inception/inception-app-webapp/pom.xml index 181f32a32a5..e85d26b9fce 100644 --- a/inception/inception-app-webapp/pom.xml +++ b/inception/inception-app-webapp/pom.xml @@ -522,7 +522,13 @@ commons-logging provided - + + + + io.sentry + sentry-spring-boot-starter + + @@ -946,6 +952,8 @@ org.apache.logging.log4j:log4j-core org.apache.logging.log4j:log4j-layout-template-json commons-logging:commons-logging + + io.sentry:sentry-spring-boot-starter com.googlecode.wicket-jquery-ui:wicket-kendo-ui-theme-bootstrap com.googlecode.wicket-jquery-ui:wicket-jquery-ui-theme-uilightness diff --git a/inception/pom.xml b/inception/pom.xml index f8b1d8f2c3f..67e403cdb78 100644 --- a/inception/pom.xml +++ b/inception/pom.xml @@ -1531,6 +1531,14 @@ ${jboss.logging.version} + + io.sentry + sentry-bom + 6.20.0 + pom + import + + javax.servlet javax.servlet-api