sentry-dotnet icon indicating copy to clipboard operation
sentry-dotnet copied to clipboard

In .NET 5+ no line numbers for frames of the framework

Open bruno-garcia opened this issue 4 years ago • 3 comments

It seems the runtime doesn't ship with pdbs. With the move of symbols into nuget.org they might have added the runtime store symbols also there. In this case we'd to add support to symbolicating .NET frames

image

to ger line numbers on the server, we need more metadata in the stack trace payload

bruno-garcia avatar Nov 22 '20 00:11 bruno-garcia

related https://github.com/getsentry/sentry-dotnet/issues/193

SimonCropp avatar Jun 21 '22 20:06 SimonCropp

consider researching how to extract symbols from a symbols server and bundle them as part of a build

SimonCropp avatar Jun 21 '22 20:06 SimonCropp

consider researching how to extract symbols from a symbols server and bundle them as part of a build

This would be a great work around to server-side symbolication for nuget or framework dependencies. We could add that to our docs to guide users how to get it done.

bruno-garcia avatar Jun 22 '22 20:06 bruno-garcia

This appears to be working now, given that we have Portable PDB support.

image image

mattjohnsonpint avatar Feb 16 '23 00:02 mattjohnsonpint