examples/java/basic at master · getsentry/examples · GitHub
Skip to content
This repository was archived by the owner on Feb 12, 2026. It is now read-only.

Latest commit

 

History

History

Folders and files

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