Uh oh!
There was an error while loading. Please reload this page.
Add app_memory to app context - #658
Conversation
@timfish is attempting to deploy a commit to the Sentry Team on Vercel. A member of the Team first needs to authorize it. |
timfish
commented
Aug 2, 2022
Might also be worth including |
bruno-garcia
commented
Aug 2, 2022
Dotnet sdk has "Memory Info", i believe the |
AbhiPrasad
commented
Aug 2, 2022
I'm +1 on adding this, and I think If we are worried about units not being well defined, we could also just include the unit as part of the value. |
timfish
commented
Aug 2, 2022
Everything in |
Android SDK already reports |
timfish
commented
Aug 2, 2022
There are a large number of properties documented in |
AbhiPrasad
commented
Aug 2, 2022
Yeah only a certain few fields are indexed. If you want to see the full list -> https://github.com/getsentry/sentry/blob/master/src/sentry/snuba/events.py |
AbhiPrasad
commented
Aug 2, 2022
We can open up a GH issue on the Sentry repo to add |
I want to suggest to keep pattern and call it "app_memory" |
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Dhiogo Brustolin <dhiogorb@gmail.com>
brustolin
commented
Aug 4, 2022
@AbhiPrasad, @bruno-garcia, What else do we need to merge this? |
AbhiPrasad
left a comment
There was a problem hiding this comment.
This is good to me! As a follow up, we'll need to add to https://github.com/getsentry/relay/blob/b0df53e26ce780639e9f693331b23991f28c2d3c/relay-general/src/protocol/contexts.rs#L221
AbhiPrasad
commented
Aug 9, 2022
I'm going to go ahead and merge this! I'll take care of updating relay. |
Currently the
devicecontext has properties for the device memory usage but it can be useful to know how much memory an app was using when an event or transaction was captured.Open to better naming than
memory_used🤔Related issues:
getsentry/sentry-cocoa#999