Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 352 Bytes

File metadata and controls

13 lines (8 loc) · 352 Bytes

Sentry Sample JUL

Sample application showing how to use Sentry wit Java Util Logger.

How to run?

To see events triggered in this sample application in your Sentry dashboard, go to src/main/resources/sentry.properties and replace the test DSN with your own DSN.

Then, execute a command from the module directory:

../../gradlew run