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 771c2b9 commit 10d409bCopy full SHA for 10d409b
src/feature-management-applicationinsights-node/README.md
@@ -26,7 +26,7 @@ const featureManager = new FeatureManager(provider, {onFeatureEvaluated: publish
26
featureManager.getVariant("TestFeature", {userId : "<TARGETING_ID>"}).then((variant) => { /* do something*/ });
27
28
// Emit a custom event with targeting id attached.
29
-trackEvent(appInsights.defaultClient, "<TARGETING_ID>", {name: "TestEvent"});
+trackEvent(appInsights.defaultClient, "<TARGETING_ID>", {name: "TestEvent", properties: {"Tag": "Some Value"}});
30
```
31
32
## Contributing
0 commit comments