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

Improve OutOfMemory insight

Open bruno-garcia opened this issue 10 months ago • 7 comments

Today a OOM exception isn't really actionable. It shows me where it tried to allocated and blew up, which is helpful. But I dunno how much memory it tried to allocate. How much was available, etc.

image (example)

But we have memory information further down in the event detail. It doesn't get displayed very nicely (I created a ticket for that here):

  • https://github.com/getsentry/sentry/issues/69233

image

Could we show at the top of the screen a summary:

Had X memory, tried to allocate Y? Or just in general show the memory info closer to the top in a better format. Not all values, but the relevant ones?

bruno-garcia avatar Apr 18 '24 19:04 bruno-garcia