Skip to content

Commit 7c97037

Browse files
add package link
1 parent ed293f6 commit 7c97037

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-app-configuration/feature-management-javascript-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@ The Application Insights offers different sdks for [web](https://www.npmjs.com/p
673673
674674
### [Browser](#tab/browser)
675675
676-
If your application runs in the browser, install the `"@microsoft/feature-management-applicationinsights-browser"` package. The following example shows how you can create a built-in Application Insights telemetry publisher and register it to the feature manager.
676+
If your application runs in the browser, install the [`"@microsoft/feature-management-applicationinsights-browser"`](https://www.npmjs.com/package/@microsoft/feature-management-applicationinsights-browser) package. The following example shows how you can create a built-in Application Insights telemetry publisher and register it to the feature manager.
677677
678678
``` javascript
679679
import { ApplicationInsights } from "@microsoft/applicationinsights-web"
@@ -695,7 +695,7 @@ trackEvent(appInsights, TARGETING_ID, {name: "TestEvent"}, {"Tag": "Some Value"}
695695
696696
### [Node.js](#tab/nodejs)
697697
698-
If your application runs in the Node.js, install the `"@microsoft/feature-management-applicationinsights-node"` package. The following example shows how you can create a built-in Application Insights telemetry publisher and register it to the feature manager.
698+
If your application runs in the Node.js, install the [`"@microsoft/feature-management-applicationinsights-node"`](https://www.npmjs.com/package/@microsoft/feature-management-applicationinsights-node) package. The following example shows how you can create a built-in Application Insights telemetry publisher and register it to the feature manager.
699699
700700
``` javascript
701701
import ApplicationInsights from "applicationinsights"

0 commit comments

Comments
 (0)