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.
1 parent 57f754b commit cb6d5b8Copy full SHA for cb6d5b8
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