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 c8fabfd commit f52d2d9Copy full SHA for f52d2d9
articles/azure-monitor/app/javascript-feature-extensions.md
@@ -41,7 +41,7 @@ const clickPluginConfig = {
41
};
42
// Application Insights Configuration
43
const configObj = {
44
- instrumentationKey: "YOUR INSTRUMENTATION KEY",
+ connectionString: "YOUR CONNECTION STRING",
45
extensions: [clickPluginInstance],
46
extensionConfig: {
47
[clickPluginInstance.identifier]: clickPluginConfig
@@ -69,7 +69,7 @@ Ignore this setup if you use the npm setup.
69
}
70
// Application Insights configuration
71
var configObj = {
72
73
extensions: [
74
clickPluginInstance
75
],
0 commit comments