Discussion Feed
06-24-2020
01:06 PM
1 Kudo
I might have misunderstood how accounts relate to environments in AppDynamics. Seems you can use the same account for multiple environments? With "environment" I mean whatever domain name comes in front of "*.saas.appdynamics.com". If this is correct then merely swapping App Key in Instrumentation.start(AgentConfiguration.builder() .withAppKey(environmentSpecificKey)) ..would do the trick - reusing the same "adeum" section in build.gradle for both
... View more
06-24-2020
07:50 AM
Hi we have an Android setup where we distinguish between production and test builds through the use of Android Flavors. We also have two separate accounts at AppDynamics for Production and Test. How can I provide different set of credentials when everything seems to be done at compile time in a single build.gradle config setting like below? adeum {
account {
name 'ourAccount'
licenseKey '11111111-1111-1111-111111111111'
}
}
Is it possible to set the credentials runtime instead? Or parameterize this somehow dependent on flavors? Something like adeum {
account("test") {
name 'ourTestAccount'
licenseKey '11111111-1111-1111-111111111111'
}
}
adeum {
account("prod") {
name 'ourProdAccount'
licenseKey '22222222-2222-2222-222222222222'
}
}
... View more
06-16-2020
12:05 PM
Correct, this was the in-app "documentation" or whatever you call it - presented to me as I was in the process of creating a new Android app using the Manual flow under the User Experience dashboard. It should be pretty evident if you try to replicate the steps. So this is NOT a part of any documentation on https://docs.appdynamics.com/
... View more
06-15-2020
12:55 AM
Go to - User Experience - Mobile Apps - Add app - Android - Manually configure
... View more
06-10-2020
12:36 AM
The latest version is 20.5.0. You're asking the user to use 4.x
|
... View more
- Tags:
- mobile
06-10-2020
12:26 AM
1 Kudo
Confirmed fixed in latest build
... View more
04-28-2020
11:28 PM
1 Kudo
Confirmed same problem with Gradle Build Tools version 3.6.2 Downgrading to 3.5.0 is a workaround Note that this is NOT just a problem with Cordova projects! Ours is regular Android
... View more
Latest Activity
- Got a Kudo for Re: How can I provide different account keys for different flavors?. 06-24-2020 01:13 PM
- Posted Re: How can I provide different account keys for different flavors? on End User Monitoring (EUM). 06-24-2020 01:06 PM
- Posted How can I provide different account keys for different flavors? on End User Monitoring (EUM). 06-24-2020 07:50 AM
- Posted Re: Your manual setup guide for Android refers to an old version of the SDK on End User Monitoring (EUM). 06-16-2020 12:05 PM
- Posted Re: Your manual setup guide for Android refers to an old version of the SDK on End User Monitoring (EUM). 06-15-2020 12:55 AM
- Got a Kudo for Re: AppDynamic EUM setup for Android Cordova project. 06-10-2020 08:51 AM
- Posted Your manual setup guide for Android refers to an old version of the SDK on End User Monitoring (EUM). 06-10-2020 12:36 AM
- Posted Re: AppDynamic EUM setup for Android Cordova project on End User Monitoring (EUM). 06-10-2020 12:26 AM
- Got a Kudo for Re: AppDynamic EUM setup for Android Cordova project. 04-29-2020 03:26 PM
- Posted Re: AppDynamic EUM setup for Android Cordova project on End User Monitoring (EUM). 04-28-2020 11:28 PM
Community Stats
Date Registered | 04-28-2020 11:27 PM |
Date Last Visited | 12-17-2020 03:52 AM |
Total Messages Posted | 7 |
Total Kudos Received | 3 |