-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
contexts.app.free_memory
is not pretty printed - should be displayed as bytes instead of integer
#87238
Labels
Comments
Looks like similar behaviour was previously seen (and patched) in #69233 |
Auto-routing to @getsentry/product-owners-issues for triage ⏲️ |
free_memory
is not pretty printed - should be displayed as bytes instead of integercontexts.app.free_memory
is not pretty printed - should be displayed as bytes instead of integer
I'll fix this up, thanks for reporting! |
JoshFerge
pushed a commit
that referenced
this issue
Mar 18, 2025
Adds a few context to `app` from #87238. While working on it I noticed a few missing from `device` as well, so updated those. Resolves #87238 <img width="537" alt="image" src="https://github.com/user-attachments/assets/c2bc72d4-4505-4cf5-81e5-0be3c74c0178" /> <img width="551" alt="image" src="https://github.com/user-attachments/assets/756e2f86-5429-4ac7-a429-e3940af78d57" />
Fixed in #87329 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment
SaaS (https://sentry.io/)
Steps to Reproduce
free_memory
incontexts.app
Example: https://sentry-sdks.sentry.io/issues/6320479760/|
Expected Result
It should show
free_memory
in bytes, as it does incontexts.device.app_memory
,context.app. app_memory
, andcontext.app.free_memory
Actual Result
Shows free_memory as integer, rather than in bytes

https://sentry-sdks.sentry.io/issues/6320479760/
Product Area
Issues
Link
https://sentry-sdks.sentry.io/issues/6320479760/?project=5650507
DSN
No response
Version
No response
The text was updated successfully, but these errors were encountered: