cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
The AppDynamics Community is Migrating this Friday, February 28th.


At 6pm PST, the AppDynamics Community will go into read-only mode and after migration is complete, you will be redirected to community.splunk.com.
Read more here


How can I have different adeum configs for different build variants ?

Mohsen.Farahani
Explorer

Hi, I'm adding AppDynamics to our android project. We have different build variants, e. g. "release", "debug", "inhouse", ... and we also have different "accountName" and "licenseKey" for each variant. I wanted to know how can I provide variant specific config for "adeum" config block in build.gradle file. 

Note: I'm able to switch between App Keys when initializing instrumentation in launcher activity. but I don't know how to switch between adeum gradle plugin config for each build type. 

 

adeum {
    account {
        name 'account2'
        licenseKey 'license2'
    }
}

 

adeum {
    account {
        name 'account1'
        licenseKey 'license1'
    }
}

 

 

0 REPLIES 0
Ask the Experts Session: Hybrid Application Monitoring Deployment

Join us on Feb 26 to explore Splunk AppDynamics deployment strategies, SaaS models, agent rollout plans, and expert best practices.


Register Now

Observe and Explore
Dive into our Community Blog for the Latest Insights and Updates!


Read the blog here
Top Kudoed Authors