Skip to content

Commit

Permalink
adding DependencyTrackingOptions to public surface area
Browse files Browse the repository at this point in the history
  • Loading branch information
soninaren committed Oct 27, 2020
1 parent c70d5d8 commit 1760cf1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,8 @@ public void WebJobs_Logging_ApplicationInsights_VerifyPublicSurfaceArea()
"HttpAutoCollectionOptions",
"ApplicationInsightsLoggerProvider",
"ApplicationInsightsLoggingBuilderExtensions",
"ISdkVersionProvider"
"ISdkVersionProvider",
"DependencyTrackingOptions"
};

TestHelpers.AssertPublicTypes(expected, assembly);
Expand Down

0 comments on commit 1760cf1

Please sign in to comment.