Skip to content
This repository was archived by the owner on Dec 5, 2023. It is now read-only.

Latest commit

 

History

History

basic

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Sentry Basic Example

This project can be compiled and run with Maven:

mvn compile exec:java

To report to an existing Sentry installation, set the SENTRY_DSN environment variable:

SENTRY_DSN=https://public:private@host:port/1 mvn exec:java