Skip to content

Commit 9bfed02

Browse files
committed
Update TtdMauiPageEventHandler.cs
1 parent c89380b commit 9bfed02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Sentry.Maui/Internal/TtdMauiPageEventHandler.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ public async void OnAppearing(Page page)
6161
using var cts = new CancellationTokenSource();
6262
cts.CancelAfterSafe(TimeSpan.FromSeconds(30));
6363

64+
// TODO: grab last span and add ttfd measurement
6465
// we're assuming that the user starts any spans around data calls, we wait for those before marking the transaction as finished
6566
await _transaction.FinishWithLastSpanAsync(cts.Token).ConfigureAwait(false);
6667
}

0 commit comments

Comments
 (0)