sentry-unity icon indicating copy to clipboard operation
sentry-unity copied to clipboard

Include process memory information

Open bruno-garcia opened this issue 3 years ago • 2 comments

Events already include how much RAM the device has but no information about how much is being used. More importantly how much RAM the application itself is claiming.

We can add it to error events, and transactions (after adding vitals https://github.com/getsentry/sentry-unity/issues/667)

bruno-garcia avatar Mar 09 '21 23:03 bruno-garcia

We can do that via Profiler Unity class. It has several methods that can help us. The only thing, where should we store such info in Sentry API? Should we use @event.Contexts.Device for that?

semuserable avatar Mar 17 '21 12:03 semuserable

This is also a good candidate for our performance product. We'll be sending the Mobile vitals (frozen/slow frames and appstart) and other measurements will come

bruno-garcia avatar Mar 29 '22 15:03 bruno-garcia