Skip to content
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

Logging the application's ram state while recording session replay #4240

Open
barisyild opened this issue Aug 6, 2024 · 3 comments
Open

Comments

@barisyild
Copy link

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

@barisyild
Copy link
Author

Looks like sentry already recording memory usage, i think only needs implement for replay.

const auto footprintBytes =
[SentryDependencyContainer.sharedInstance.systemWrapper memoryFootprintBytes:&error];

@philipphofmann
Copy link
Member

Yes, we currently only attach the memory usage info to profiles. @brustolin should know where to put it for SRs 😃.

@brustolin
Copy link
Contributor

Thanks for the suggestion @barisyild .
We will look into it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Status: Backlog
Development

No branches or pull requests

4 participants