[continuous profiler] code comment in test application for context tracking (#3235)

This commit is contained in:
Mateusz Łach 2024-01-17 11:09:13 +01:00 committed by GitHub
parent f5a2707ac0
commit fae6392902
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -11,7 +11,10 @@ internal class Program
public static async Task Main(string[] args)
{
// Start an activity that remains active until async operation completes,
// and verify that trace context flows properly between threads that carry out parts of the async operation.
using var activity = Source.StartActivity();
await DoSomethingAsync();
}