| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
SQLite instrumentation for AndroidX APIs.
Two instrumentation paths are supported:
To avoid duplicate spans, only one path should be used per database file. Most Room and SQLDelight APIs enforce that division. The exception is Room's SupportSQLiteDriver: either the SupportSQLiteOpenHelper it consumes should be wrapped or the support driver itself, but never both.
See the SQLite integration docs for more details.
The module is organized as two separate packages:
The split anticipates future Kotlin Multiplatform support. The androidx.sqlite.* interfaces are defined in KMP's commonMain source set and are used by Room in non-JVM environments. Classes in io.sentry.sqlite are written against those portable interfaces and are intended to lift cleanly into a KMP commonMain source set if/when the sentry core gains multiplatform targets.
Note that the module artifact itself (sentry-android-sqlite) is currently an Android-only AAR regardless of package layout.
| Back | FazBrowse Home | New Git URL |