File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
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
-
11
5
### Fixes
12
6
13
7
- 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
14
11
15
12
### Dependencies
16
13
Original file line number Diff line number Diff line change @@ -38,6 +38,8 @@ class TracingClient extends BaseClient {
38
38
}
39
39
40
40
final currentSpan = _hub.getSpan ();
41
+ print ('start child' );
42
+ print (currentSpan);
41
43
var span = currentSpan? .startChild (
42
44
'http.client' ,
43
45
description: description,
You can’t perform that action at this time.
0 commit comments