Hi,
Dynatrace capturing exception(Class & Method) thrown by application but I'm not getting Line no details please find the attached screenshot for details.
Please suggest.
regards,
Amol
Answer by Roman S. ·
Hi,
For .Net line numbers are stored in PDB files, which are not deployed for release builds. If you want to have line number information in dynaTrace you have to deploy the PDB file for the assembly (http://stackoverflow.com/questions/628565/display-lines-number-in-stack-trace-for-net-assembly-in-release-mode).
Best, Roman
JANUARY 15, 3:00 PM GMT / 10:00 AM ET