This short and simple guide will get you familiar in integrating Atatus with Java apps
and start tracking error and performance.
wget https://atatus-artifacts.s3.amazonaws.com/atatus-java/downloads/latest/atatus-java-agent.jar
java -javaagent:/path/to/atatus-java-agent.jar \
-Datatus.license_key="APM_LIC_KEY" \
-Datatus.app_name="YOUR_APP_NAME" \
-jar my-java-application.jar
Replace the APM_LICENSE_KEY and YOUR_APP_NAME.
Just restart your Java Server. That's it! You've sent your first event.