File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
feature-management-applicationinsights-browser
feature-management-applicationinsights-node Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Feature Management Application Insights Plugin for Browser provides a solution f
9
9
``` javascript
10
10
import { ApplicationInsights } from " @microsoft/applicationinsights-web"
11
11
import { FeatureManager , ConfigurationObjectFeatureFlagProvider } from " @microsoft/feature-management" ;
12
- import { trackEvent , createTelemetryPublisher } from " @microsoft/feature-management-applicationinsights-browser" ;
12
+ import { createTelemetryPublisher , trackEvent } from " @microsoft/feature-management-applicationinsights-browser" ;
13
13
14
14
const appInsights = new ApplicationInsights ({ config: {
15
15
connectionString: CONNECTION_STRING
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Feature Management Application Insights Plugin for Browser provides a solution f
13
13
``` javascript
14
14
import appInsights from " applicationinsights" ;
15
15
import { FeatureManager , ConfigurationObjectFeatureFlagProvider } from " @microsoft/feature-management" ;
16
- import { trackEvent , publishTelemetry } from " @microsoft/feature-management-applicationinsights-node" ;
16
+ import { createTelemetryPublisher , trackEvent } from " @microsoft/feature-management-applicationinsights-node" ;
17
17
18
18
appInsights .setup (CONNECTION_STRING )
19
19
.start ();
You can’t perform that action at this time.
0 commit comments