12 Jan 2021 07:50 PM
I'd like to use PurePaths to understand which parts of my code are throwing exceptions. Currently, all I can see is which service threw an exception. It'd be nice if the exception stacktrace included line numbers for my source code that I can see exactly where the exception originated.
13 Jan 2021 09:27 PM
There are cases where you line numbers, and cases where you don't. It depends if that information is available when your application is deployed. It also depends on the framework you use (.Net? Java? PHP?). If Dynatrace has that information available, you will receive it in the stacktraces.