-
-
Notifications
You must be signed in to change notification settings - Fork 221
Conversation
@timfish is attempting to deploy a commit to the Sentry Team on Vercel. A member of the Team first needs to authorize it. |
@jan-auer @mattjohnsonpint @marandaneto @AbhiPrasad thoughts? |
Might also be worth including |
Dotnet sdk has "Memory Info", i believe the |
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. |
Everything in |
Android SDK already reports |
There are a large number of properties documented in |
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 |
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" |
Co-authored-by: Dhiogo Brustolin <[email protected]>
@AbhiPrasad, @bruno-garcia, What else do we need to merge this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
I'm going to go ahead and merge this! I'll take care of updating relay. |
Currently the
device
context 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