getsentry / getsentry/sentry-dotnet
Memory Profiling
Open
.NET
Feature
Profiles
- Dominant language
- C#
- Stars
- 770
- Forks
- 248
- Avg merge
- 3d 4h
- Merged PRs (30d)
- 49
Description
We have CPU profiling available right now and some open areas of improvement like
* [https://github.com/getsentry/sentry-dotnet/issues/2316]()
* [https://github.com/getsentry/sentry-dotnet/issues/2315]()
But one key area that would really help debug memory related problems, specially leaks and OOMs, like
* [#3315]()
Is to be able to collect a memory dump and attach to an event.
A heap visualization could be used in the Attachment *Preview* button to load @filipnavara's [dotnet-heapview]()
Contributor guide
Assessment
This issue has not been assessed yet.