Logging the application's ram state while recording session replay
Problem Statement
The memory tab is not available when viewing Session Replay.
Solution Brainstorm
Seeing the ram usage on Session Replay can be useful for identifying memory leak issues. like javascript canvas replay.
Are you willing to submit a PR?
No response
Looks like sentry already recording memory usage, i think only needs implement for replay.
https://github.com/getsentry/sentry-cocoa/blob/3297d6e29cd37151f68e9c605aea8b44e5e432cb/Sources/Sentry/SentryMetricProfiler.mm#L176-L177
Yes, we currently only attach the memory usage info to profiles. @brustolin should know where to put it for SRs 😃.
Thanks for the suggestion @barisyild . We will look into it.