Download our agent jar from here.
Specify our agent jar file while running your application.
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 1 year ago