29 Jan 2019 08:00 PM
Multi-environment configuration instrumentation. Currently, we are using IOS Cocoapods instrumentation method which we are using a single info.plist file, however we run the same package for Dev, QA and Production.
Solved! Go to Solution.
30 Jan 2019 07:11 AM
Multiple configurations can only be used with manual startup, but this has the drawback that the agent is started at a later time an you will not capture events happening on application startup until the agent has been started.
For manual startup don't provide the agent configuration keys in the Info.plist
file and use the startupWithConfig
method documented in the Dynatrace.h
file provided with the agent framework in the pod to start with a different configuration for each environment. this should be done as soon as possible during application startup.
15 Jul 2020 10:03 AM
Hello Patrick,
My customer wants to do the same things like Michael. (using iOS Cocoapods)
Would you please tell me how to do the settings in the Dynatrace.h specifically or the Dynatrace Help URL about that?
Regards,
Hiroshi