-
-
Notifications
You must be signed in to change notification settings - Fork 210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automatic Heap dump collection #2580
Comments
I think that's what this POC is related to right? |
Do you have an idea how much work it's going to be to turn the POC into some MVP? |
A day or two to get what's there productionised. A little bit more to figure out how to bundle gcdump in our nuget and run it from there. And a little bit more to do something intelligent with the resulting dump (e.g. send it as an attachment in an issue to Sentry). About 3 days all up. |
I've fork Filip's repo: https://github.com/getsentry/dotnet-heapview |
Specify a memory threshold or other trigger (and API) to automatically capture a heap dump
Sentry attachment preview can be extended to load: https://github.com/1hub/dotnet-heapview/
https://1hub.github.io/dotnet-heapview/
The text was updated successfully, but these errors were encountered: