Hi guys,
I am seeing multiple crases for AppDynamicsAgent (50.1.1616) while calling
ADEumInstrumentation.initWith(config).
let config = ADEumAgentConfiguration(appKey: appDynamicsKey)
config.crashReportingEnabled = false
config.screenshotsEna...
Yes we are using firebase for crash reposting. Thats the reason we are using configuration to disable crash reposting for APPD (config.crashReportingEnabled = false). What are the recommended settings to use APPD only for network performance manageme...