Skip to content

Commit fda1bd1

Browse files
committed
Update
1 parent 57722c4 commit fda1bd1

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,12 @@
22

33
## Unreleased
44

5-
### Enhancements
6-
7-
- TTID/TTFD transactions ([#3099](https://github.com/getsentry/sentry-dart/pull/3099))
8-
- Web, Linux and Windows now create a UI transaction for the root page
9-
- iOS, Android now correctly create idle transactions
10-
115
### Fixes
126

137
- Debug meta not loaded for split debug info only builds ([#3104](https://github.com/getsentry/sentry-dart/pull/3104))
8+
- TTID/TTFD root transactions ([#3099](https://github.com/getsentry/sentry-dart/pull/3099))
9+
- Web, Linux and Windows now create a UI transaction for the root page
10+
- iOS, Android now correctly create idle transactions
1411

1512
### Dependencies
1613

dart/lib/src/http_client/tracing_client.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ class TracingClient extends BaseClient {
3838
}
3939

4040
final currentSpan = _hub.getSpan();
41+
print('start child');
42+
print(currentSpan);
4143
var span = currentSpan?.startChild(
4244
'http.client',
4345
description: description,

0 commit comments

Comments
 (0)