Real User Monitoring
User session monitoring, key user actions - everything RUM.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Ignore selected exceptions in mobile crash rate problems

todd_dzur2
Participant

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?

4 REPLIES 4

virdavinder_sin
Newcomer

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

henry_aro
Frequent Guest

Hi

Are we still waiting for this feature?

todd_dzur2
Participant

I am still not aware of a solution. 

t_pawlak
Leader

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