| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
📲 Install BuildsAndroid
|
Sorry, something went wrong.
…iver Removes @ApiStatus.Experimental from SentrySQLiteDriver after reviewing production crash signal. Crash review (Sentry sdk-crashes-java + Datadog SDK Crash Detection): - Only a handful of events (~10 over ~2 weeks) mention SentrySQLiteDriver / SentrySQLiteStatement. All are ordinary Android SQLite failures (disk I/O, full disk, read-only, can’t open) that pass through the wrapper — not instrumentation bugs. - No ANRs, NPEs, or “Failed to instrument SQLite” failures on the io.sentry.sqlite path. - Datadog Android crash rates for versions with the driver (8.45+) look healthy (~0.5–1.6 SDK crashes per 1K crashes excl. ANRs); no post-release spike attributable to the driver. - Higher-volume “sqlite” noise in crash dashboards is almost entirely the older SentrySupportSQLite* path (same false-positive pattern: customer DB errors with our frames as culprit).
Performance metrics 🚀
Baseline results on branch: mainStartup times
App size
|
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM!
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
📜 Description
Removes @ApiStatus.Experimental from SentrySQLiteDriver.
💡 Due Diligence
Crash review (Sentry sdk-crashes-java + Datadog SDK Crash Detection):
💚 How did you test it?
📝 Checklist
🔮 Next steps