You can configure AppDynamics to send you alerts when your mobile application has code issues. You can configure email alerts for health rule violates based on the default health rule or by manually creating a policy with a notification action.
Set Up Alerts for Code Issues
This basic workflow describes how to set up alerts for code issues:
Report Errors: In your application code, use the iOS, Android, or Xamarin SDK to report errors. Set the severity to either INFO, WARNING, or CRITICAL. Only errors with the severity of CRITICAL trigger alerts with the default health rule.
Configure Thresholds: Set the warning and critical thresholds for application not responding issues:
Navigate to Configuration > Mobile App Group Configuration > Settings.
From Configure Application Not Responding Thresholds, set the values for Warning Threshold and Critical Threshold. Any value that is less than the warning threshold will be labeled as Info.
The health rule Critical Code Issues exist is used to send alerts when one if the following occurs:
You have used the Android or iOS SDK to report an error with the severity of CRITICAL.
The time that your application has not responded exceeded the critical threshold.
After you set up the email alerts, when a health rule is violated, an email will be sent indicating whether there was a warning or critical alert and providing links to view code issue and session details.