Run with IntelliJ
You can attach the agent also when running your application from IntelliJ:
Go to the Run/Debug Configuration of your application.
Add the following agent argument to the VM options field:
-javaagent:/path/to/our/agent/jar
In the environment variables section, specify configuration parameters especially
atlas.apikey
as in the image below:

Last updated