Skip to content

Commit

Permalink
Add Instrumentation for Mediator
Browse files Browse the repository at this point in the history
  • Loading branch information
NooNameR authored and phatboyg committed May 22, 2023
1 parent 8bbb917 commit 4873759
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ public static IServiceCollection AddMediator(this IServiceCollection collection,

configure?.Invoke(configurator);

AddInstrumentation(collection);

configurator.Complete();

return collection;
Expand Down

0 comments on commit 4873759

Please sign in to comment.