[continuous profiler] code comment in test application for context tracking (#3235)
This commit is contained in:
parent
f5a2707ac0
commit
fae6392902
|
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue