You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto-instrument SQLiteDriver for Room users (#1285)
Gated on sentry-android-sqlite >= 8.45.0 and the existing tracingInstrumentationDATABASE feature (enabled by default)
For users of the androidx.sqlite.driver.SupportSQLiteDriver bridge, auto-instrumentation wraps only the SupportSQLiteOpenHelper consumed by the bridge and not the bridge itself (avoids duplicate spans)
Security
Pin the plugin's build dependencies with Gradle dependency locking and SHA-256 dependency verification (#1256)