Open bruno-garcia opened 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
Sentry can display CPU/memory (this is nodejs) if the SDK includes it
~Improvements to profiling are made moot by memory issues https://github.com/dotnet/runtime/issues/105132~
memory issue fixed
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
Sentry can display CPU/memory (this is nodejs) if the SDK includes it