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
To use a specific Sentry version such a SNAPSHOT
release, provide the
sentry.version
property to the Maven invocation:
mvn -Dsentry.version=1.0.0 exec:java