Stay up to date on everything big and small, from product updates to SDK changes.
SQLite queries shouldn’t be a blind spot in your mobile traces. SentrySQLiteDriver is now stable in the Sentry Android SDK (8.53.0+), so apps using AndroidX SQLiteDriver can easily create spans to better understand how their SQL statements are performing.
SentrySQLiteDriver works with Room 2.7+ and Room 3.0+. If you use the Sentry Android Gradle Plugin 6.13.0+, Sentry can wrap Room setDriver(...) call sites automatically. You can also wrap your driver directly:
SentrySQLiteDriver.create(MySQLiteDriver())
Traces will show up in Sentry in real-time:

Spans require tracing to be enabled. Read the SQLite integration docs to learn more.