Installation

  1. Download our agent jar from here.

  2. Specify our agent jar file while running your application.

Java how to run
java -javaagent:<path-to-agent-jar> -Datlas.apikey=<your-api-key> -jar <your-jar-file>

You can get your API key by clicking the user profile icon > Profile in IDE plugin.

Other configuration parameters can also be specified as mentioned in configuration.

Do go through Release Notes to read more about current possibilities and limitations.

Last updated