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

Using USQL to search Error name

tarun_kumar_aga
Organizer

Hi,

 

Is it possible to Use USQL to search by error name(request error & javascript error)

 

Thanks,

Tarun

1 REPLY 1

MaciejNeumann
Community Team
Community Team

Hi @tarun_kumar_aga ,

On this documentation page, you can find all possible fields that a user session might include and which you can get through USQL:
User sessions API - User session structure 

The UserSessionErrors (the error of a user session) object includes fields like:

  • type
  • name
  • domain
  • startTime
  • application
  • internalApplicationId
If you have any questions about the Community, you can contact me at maciej.neumann@dynatrace.com

Featured Posts