Different workings
This commit is contained in:
parent
9d384cd18d
commit
dc98178095
14 changed files with 57 additions and 22 deletions
|
|
@ -11,8 +11,6 @@ public class CommandHandlerDecorator<TCommand>(
|
|||
{
|
||||
public async Task<CommandResponse> Handle(TCommand command)
|
||||
{
|
||||
// var correlationId = Activity.Current?.RootId ?? command.CorrelationId;
|
||||
|
||||
using (var operation =
|
||||
telemetryClient.StartOperation<RequestTelemetry>($"Handle {decoratedHandler.GetType().FullName}",
|
||||
command.CorrelationId.ToString()))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue