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

Inquiry about displaying code-level errors in Dynatrace

Nicky2311
Contributor

Hello,

I have a question regarding Dynatrace's capability to display code-level information. Is it possible to identify and show specific code errors, such as null variables, exceptions in code lines, or similar issues during application execution?

I would appreciate any details on how to configure Dynatrace to monitor and display this type of code-level errors.

Best regards,

3 REPLIES 3

DanielS
DynaMight Guru
DynaMight Guru

Hi @Nicky2311 you could configure the JavaScript Errors or Custom Errors in the Application Settings.

DanielS_0-1743799278559.png

 

Dynatrace Certified Professional @ www.dosbyte.com

Thanks.....My question is more about whether Dynatrace can show errors at the code level. For example, if we use .NET as our development framework, would integrating the SDK allow us to see errors at that level?"

Right now with the OneAgent SDK you can:

  • Trace incoming and outgoing remote calls
  • Trace database requests
  • Trace incoming and outgoing web requests
  • Trace in-process asynchronous execution
  • Trace queues and messages
  • Capture request attributes

It seems that the upcoming Live Debugger is just for you.

Dynatrace Certified Professional @ www.dosbyte.com

Featured Posts