Skip to content
This repository was archived by the owner on Feb 12, 2026. It is now read-only.

Latest commit

 

History

History
14 lines (9 loc) · 409 Bytes

File metadata and controls

14 lines (9 loc) · 409 Bytes

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