We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fff9ad5 + cb6d5b8 commit ea18becCopy full SHA for ea18bec
articles/azure-monitor/app/console.md
@@ -154,7 +154,7 @@ namespace ConsoleApp
154
configuration.InstrumentationKey = "removed";
155
configuration.TelemetryInitializers.Add(new HttpDependenciesParsingTelemetryInitializer());
156
157
- var telemetryClient = new TelemetryClient();
+ var telemetryClient = new TelemetryClient(configuration);
158
using (InitializeDependencyTracking(configuration))
159
{
160
// run app...
0 commit comments