getsentry / sentry-dotnet

Sentry SDK for .NET
https://docs.sentry.io/platforms/dotnet
MIT License
605 stars 206 forks source link

Include CPU and Memory info on profiles #2907

Open bruno-garcia opened 1 year ago

bruno-garcia commented 1 year ago

Example (in Sentry): https://sentry.sentry.io/profiling/profile/session-replay-analyzer/3211e7af3c404440a1ed65337586b5af/flamegraph/?colorCoding=by+symbol+name&fov=0%2C42%2C8172140032%2C33&query=&sorting=call+order&tid=0&view=top+down

image

Sentry can display CPU/memory (this is nodejs) if the SDK includes it

bitsandfoxes commented 2 months ago

~Improvements to profiling are made moot by memory issues https://github.com/dotnet/runtime/issues/105132~

memory issue fixed