Skip to content

Commit 6c315f4

Browse files
committed
changelog
1 parent 08b843d commit 6c315f4

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55
### Features
66

77
- Added `io.sentry.ndk.sdk-name` Android manifest option to configure the native SDK's name ([#5027](https://github.com/getsentry/sentry-java/pull/5027))
8+
- Collect database transaction spans (`BEGIN`, `COMMIT`, `ROLLBACK`) ([#5072](https://github.com/getsentry/sentry-java/pull/5072))
9+
- To enable creation of these spans, set `options.enableDatabaseTransactionTracing` to `true`
10+
- `enable-database-transaction-tracing=true` when using `sentry.properties`
11+
- For Spring Boot, use `sentry.enable-database-transaction-tracing=true` in `application.properties` or in `application.yml`:
12+
```yaml
13+
sentry:
14+
enable-database-transaction-tracing: true
15+
```
816
917
### Dependencies
1018

0 commit comments

Comments
 (0)