Closed ZeeshanShabbir closed 1 year ago
@ZeeshanShabbir thanks for the report, are you actually able to reproduce this yourself, or this is coming from the play console rather?
@ZeeshanShabbir thanks for the report, are you actually able to reproduce this yourself, or this is coming from the play console rather?
It is coming from a few reports from Crashlytics for a few users. I am unable to reproduce this myself but from the stack trace you can see OOM is when doing CRUD.
@ZeeshanShabbir indeed, but this doesn't mean that our instrumentation is the one consuming all the memory, it just happened to be the last one that is allocating memory before the OOM. Anyway, there's definitely something wrong from our side, we're gonna fix it, but this is likely a duplicate of https://github.com/getsentry/sentry-java/issues/2815, so I'm gonna close this one. Please track the progress there. Thank you 🙏
Integration
sentry-android
Build System
Gradle
AGP Version
7.4.2
Proguard
Enabled
Version
6.25.0
Steps to Reproduce
Hi, we are getting reports that the app crashes because of sentry integration with DB.
1- Enable tracing Instrumentation and add InstrumentationFeature.DATABASE
Expected Result
The app shouldn't crash while performing CRUD operations
Actual Result
App crashes while performing CRUD operations.
Another stacktrace