Add sentry log support (#454)

* Add sentry log support

* Add sentry log support

* Update
This commit is contained in:
James
2019-05-31 01:15:09 -07:00
committed by Kyleeld
parent eee063a84e
commit 1299e8769d
4 changed files with 44 additions and 0 deletions

View File

@@ -275,6 +275,11 @@
<artifactId>asm-all</artifactId>
<version>6.0_BETA</version>
</dependency>
<dependency>
<groupId>io.sentry</groupId>
<artifactId>sentry-logback</artifactId>
<version>1.7.16</version>
</dependency>
</dependencies>
<build>