Run with IntelliJ

You can attach the agent also when running your application from IntelliJ:

  1. Go to the Run/Debug Configuration of your application.

  2. Add the following agent argument to the VM options field:

-javaagent:/path/to/our/agent/jar

If the VM options field is not available, choose Modify options and click Add VM Options

  1. In the environment variables section, specify configuration parameters especially atlas.apikey as in the image below:

Last updated