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

[Android] Add how much space an app takes up on the user's device to crash reports

Open ueman opened this issue 3 years ago • 1 comments

On Android, I can see how much space an app takes up on a user's device. This is split in

  • App Size (Size of the app itself without any data it might have created)
  • user data
  • cache
  • Total (sum of the above)

I would like to see this data in crash reports.

The use case is, that I can see if the app creates too much data or if I don't properly clean up data.

ueman avatar Feb 21 '22 07:02 ueman

That makes sense, right now we do report the total and used size of the internal storage and external storage, but not in detail as requested.

marandaneto avatar Mar 01 '22 08:03 marandaneto