2 references to Exception
Aspire.Hosting (1)
Diagnostics\ProfilingTelemetry.cs (1)
1010
activity.AddEvent(new ActivityEvent(Events.
Exception
, tags: new ActivityTagsCollection
Aspire.Hosting.Tests (1)
DistributedApplicationTests.cs (1)
161
Assert.Contains(appHostStartActivity.Events, @event => @event.Name == ProfilingTelemetry.Events.
Exception
);