Skip to content

Commit

Permalink
ID-361 Add breadcrumbs and release hash for sentry.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghost-in-a-Jar committed Mar 7, 2023
1 parent ba6260d commit 74bbf93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</appender>

<!-- Configure the Sentry appender, overriding the logging threshold to the WARN level -->
<appender name="Sentry" class="com.getsentry.raven.logback.SentryAppender">
<appender name="Sentry" class="io.sentry.logback.SentryAppender">
<filter class="ch.qos.logback.classic.filter.ThresholdFilter">
<level>ERROR</level>
</filter>
Expand Down

0 comments on commit 74bbf93

Please sign in to comment.