Raygun Feature Request

Feature Request

.NET StackTrace with correct line numbers from PDB files

Current Status:

New

Votes:

1


Avatar

pradeep

To get performance benefit we don't include PDB files in the installation of our desktop application. This means when the crash reporting is done we don't get line numbers in stack trace, RayGun appender adds ILOffset which is not good enough for most of the occasions and it is not easy to use ILOffset to find the exact line as well.

In order to get correct line numbers it would be good, if we can attach specific version PDB files, which can be used to produce correct line numbers when crash reporting is processed.

I understand this is available for UWP applications, I would like this feature to be extended to .NET applications as well.


There are no comments.