-
-
Notifications
You must be signed in to change notification settings - Fork 336
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
feat: Report App Memory Usage #2027
Conversation
Closes #999
I'm not sure why "Free Memory" is shown as a human readable value, but "App Memory" is shown as a raw value. Is there a magic key I should use rather than Should we translate this client-side? That seems a bit weird. So I guess we need to create a ticket for the backend/ui team to format this value? |
* master: feat: Include app permissions with event (#1984) # Conflicts: # Sources/Sentry/SentryClient.m # Tests/SentryTests/SentryClientTests.swift
|
Instead of device context, we should store this information in the app context. |
Done |
Was there a follow up on this? This was done here: getsentry/sentry#20909 |
Could be worth writing on the develop docs how to format data so that it's presented like that. Or where/how to change Sentry to do so (e.g: link to this PR?) |
Dhiogo said "we are solving the memory format server side". |
📜 Description
Just like we're reporting free memory (see #1962), we are now reporting app memory usage.
💡 Motivation and Context
Closes #999
💚 How did you test it?
Unit tests, manual test.
📝 Checklist
🔮 Next steps