cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Filtering by custom errors in Mobile Dashboard

TCTM
Frequent Guest

We are sending errors using 

Dynatrace.reportError(...)

and I cannot find an easy way to find these errors, I haven't found a way to filter user sessions by custom errors in the Mobile Dashboard

Is there a way to filter by the errors we are sending via Dynatrace.reportError() in the Mobile Dashboard?

2 REPLIES 2

You might be able to filter from user sessions 

p_devulapalli_0-1726798206210.png

If you are particularly looking for custom errors for mobile I think they cant be reported for Mobile apps at least from what I see below ( I could be wrong)

https://docs.dynatrace.com/docs/shortlink/user-session-analysis-new#errors

 

p_devulapalli_1-1726798279840.png

 

Phani Devulapalli

Hi, thanks for your reply.

What I was specifically referring to was Reported error and Custom Actions

In regards to the Reported error:

Dynatrace.reportError(xyz, xyzException)

That's what we have, but the filter in the screenshot you shared isn't picking it up.

I have found however that clicking on this will show the errors:

Screenshot 2024-09-23 at 13.23.18.png


 For now this satisfies the requirement I had.

In regards to filtering by Custom Actions, I'll work on it a little more.
Actions: https://docs.dynatrace.com/docs/shortlink/oneagent-sdk-for-android#create-custom-actions 

Featured Posts