13 May 2021 05:17 AM - last edited on 19 May 2021 12:27 PM by laima_vainina
Hi,
We have a mobile application and want to ignore selected exceptions from triggering the 'Mobile app crash rate increase' problem.
With server side and web monitoring, we can ignore selected errors. But I can't see a way to do this for mobile application monitoring.
Sample Exception: java.lang.RuntimeException: Unable to create application *.UnmanagedDeviceException: Application was not installed through MDM.
Any suggestions?
20 May 2021 08:21 PM
this capability isn't available for mobile for now. I think that it is part of their roadmap for this year. Same goes with valid errors as well
16 Nov 2022 02:44 PM
Hi
Are we still waiting for this feature?
02 Jun 2026 04:03 AM
I am still not aware of a solution.
02 Jun 2026 02:40 PM
Hi,
As far as I know, there is still no option to exclude specific exceptions from Mobile app crash rate increase problem detection.
For web applications and backend services, Dynatrace provides mechanisms to ignore selected errors, but I’m not aware of an equivalent capability for mobile application crashes. In practice, the only workaround is to handle such cases within the application so they are not reported as unhandled crashes.
For the UnmanagedDeviceException example, I would recommend treating it as an expected business scenario and handling it in the application rather than relying on Dynatrace to exclude it from crash-rate calculations.
Featured Posts