Skip to content

6.13.0

Latest

Choose a tag to compare

@sentry-release-bot sentry-release-bot released this 25 Jun 09:19

Features

  • Auto-instrument SQLiteDriver for Room users (#1285)
    • Gated on sentry-android-sqlite >= 8.45.0 and the existing tracingInstrumentation DATABASE 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)

Dependencies