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

JavaScript Errors traces query

AlexDev
Newcomer

Hi there, I'm creating some queries on user sessions, so I can count the JS errors, but I can't get more details like the image
Could I get JS errors details on User Sessions?, or what do I need to do?
Basically we are migrating from other monitoring app to DT, currently we are using a query like this

SELECT count(errorMessage) FROM JavaScriptError FACET domain, errorMessage WHERE requestUri != '/web/chart' 

and that is enough to grab all the JS errors with details

4 REPLIES 4

tijust1
Advisor

@AlexDev Yes, you can get the JS Error details on User Session page, select the Error Type from "Filter by" option

 

tijust1_0-1707783506208.png

 

Thanks,

Tijust

Dynatrace Professional Certified

RazTN7
Dynatrace Champion
Dynatrace Champion

Hello @AlexDev 

In simple way if you want to get JS error count. 

Follow- Select your application --> scroll down --> under top errors --> select JavaScript

RazTN7_0-1707800926738.png

 

post click on JavaScript this view will be presented. 

From here you can use filters and create your own metric

RazTN7_2-1707801187096.png

Cheers!

RN

Have a nice day!

This is the solution 🙂

Have a nice day!

Thanks😉

Have a nice day!

Featured Posts