getsentry / getsentry/sentry-java
Create spans for Android database transaction BEGIN, COMMIT and ROLLBACK
Open
Android
Feature
Spans
- Dominant language
- Kotlin
- Stars
- 1.4k
- Forks
- 478
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 67
Description
### Problem Statement
Create spans for Android database transaction BEGIN, COMMIT and ROLLBACK, e.g. for SQLite
See https://github.com/getsentry/sentry-java/issues/4351 for more details
### Solution Brainstorm
Also see https://github.com/getsentry/sentry-java/pull/5072 for the JDBC implementation.
We decided to make this opt-in on release and may be changing to opt-out on a major.
Contributor guide
Assessment
This issue has not been assessed yet.