Skip to content

Commit

Permalink
Merge branch 'main' into refactoring/4060-Clean-up-redundant-code-in-…
Browse files Browse the repository at this point in the history
…annotation-handlers

* main:
  #4026: Support for error tracking with Sentry
  • Loading branch information
reckart committed Jun 9, 2023
2 parents 61a63b9 + 2772368 commit 4cc877d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 6 additions & 1 deletion inception/inception-app-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,11 @@
<groupId>io.sentry</groupId>
<artifactId>sentry-spring-boot-starter</artifactId>
</dependency>

<dependency>
<groupId>io.sentry</groupId>
<artifactId>sentry-log4j2</artifactId>
</dependency>

<!-- DATABASE / HIBERNATE -->

<dependency>
Expand Down Expand Up @@ -954,6 +958,7 @@
<usedDependency>commons-logging:commons-logging</usedDependency>
<!-- Monitoring - used via reflection / optional -->
<usedDependency>io.sentry:sentry-spring-boot-starter</usedDependency>
<usedDependency>io.sentry:sentry-log4j2</usedDependency>
<!-- Themes -->
<usedDependency>com.googlecode.wicket-jquery-ui:wicket-kendo-ui-theme-bootstrap</usedDependency>
<usedDependency>com.googlecode.wicket-jquery-ui:wicket-jquery-ui-theme-uilightness</usedDependency>
Expand Down
3 changes: 2 additions & 1 deletion inception/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
<slf4j.version>2.0.7</slf4j.version>
<log4j2.version>2.20.0</log4j2.version>
<jboss.logging.version>3.5.0.Final</jboss.logging.version>
<sentry.version>6.22.0</sentry.version>

<tomcat.version>9.0.75</tomcat.version>
<servlet-api.version>4.0.1</servlet-api.version>
Expand Down Expand Up @@ -1524,7 +1525,7 @@
<dependency>
<groupId>io.sentry</groupId>
<artifactId>sentry-bom</artifactId>
<version>6.20.0</version>
<version>${sentry.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 4cc877d

Please sign in to comment.