Features
- Auto-instrument SQLiteDriver for Room users (#1285)
- Gated on
sentry-android-sqlite>= 8.45.0 and the existingtracingInstrumentationDATABASEfeature (enabled by default) - For users of the
androidx.sqlite.driver.SupportSQLiteDriverbridge, auto-instrumentation wraps only theSupportSQLiteOpenHelperconsumed by the bridge and not the bridge itself (avoids duplicate spans)
- Gated on
Security
- Pin the plugin's build dependencies with Gradle dependency locking and SHA-256 dependency verification (#1256)