Skip to content

feat(android-sqlite): Make SentrySQLiteDriver experimental#5563

Draft
0xadam-brown wants to merge 1 commit into
mainfrom
feat/experimental-sqlite-driver
Draft

feat(android-sqlite): Make SentrySQLiteDriver experimental#5563
0xadam-brown wants to merge 1 commit into
mainfrom
feat/experimental-sqlite-driver

Conversation

@0xadam-brown

Copy link
Copy Markdown
Member

📜 Description

Makes SentrySQLiteDriver public + experimental during development. (Plan is to remove experimental status prior to inclusion in next week's release.)

💡 Motivation and Context

Lets us access SentrySQLiteDriver from the Android sample app.

JAVA-275

💚 How did you test it?

📝 Checklist

  • I added GH Issue ID & Linear ID
  • I added tests to verify the changes.
  • No new PII added or SDK only sends newly added PII if sendDefaultPII is enabled.
  • I updated the docs if needed.
  • I updated the wizard if needed.
  • Review from the native team if needed.
  • No breaking change or entry added to the changelog.
  • No breaking change for hybrid SDKs or communicated to hybrid SDKs.

🔮 Next steps

Makes SentrySQLiteDriver public + experimental during development. In particular, lets us access it via the Sentry Android sample app.
@github-actions

Copy link
Copy Markdown
Contributor
Fails
🚫 Please consider adding a changelog entry for the next release.
Messages
📖 Do not forget to update Sentry-docs with your feature once the pull request gets approved.

Instructions and example for changelog

Please add an entry to CHANGELOG.md to the "Unreleased" section. Make sure the entry includes this PR's number.

Example:

## Unreleased

### Features

- Make SentrySQLiteDriver experimental ([#5563](https://github.com/getsentry/sentry-java/pull/5563))

If none of the above apply, you can opt out of this check by adding #skip-changelog to the PR description or adding a skip-changelog label.

Generated by 🚫 dangerJS against 64b2c24

}

@Suppress("INAPPLICABLE_JVM_NAME")
@get:JvmName("hasConnectionPool")

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Prevents kotlinc from generating a bridge getHasConnectionPool method not present in the actual SQLiteDriver interface.

@0xadam-brown 0xadam-brown marked this pull request as draft June 17, 2026 15:03
@sentry

sentry Bot commented Jun 17, 2026

Copy link
Copy Markdown

📲 Install Builds

Android

🔗 App Name App ID Version Configuration
SDK Size io.sentry.tests.size 8.43.2 (1) release

⚙️ sentry-android Build Distribution Settings

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant