Skip to content

Commit 302e718

Browse files
wip
1 parent e0f7cda commit 302e718

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: Enable telemetry for feature flags in a Node.js application (preview)
3+
titleSuffix: Azure App Configuration
4+
description: Learn how to use telemetry in Node.js for feature flags in Azure App Configuration.
5+
ms.service: azure-app-configuration
6+
author: zhiyuanliang-ms
7+
ms.author: zhiyuanliang
8+
ms.topic: how-to
9+
ms.date: 06/25/2025
10+
---
11+
12+
# Enable telemetry for feature flags in a Node.js application
13+
14+
In this tutorial, you use telemetry in your Python application to track feature flag evaluations and custom events. Telemetry allows you to make informed decisions about your feature management strategy. You utilize the feature flag with telemetry enabled created in [Enable telemetry for feature flags](./howto-telemetry.md). Before proceeding, ensure that you create a feature flag named *Greeting* in your Configuration store with telemetry enabled. This tutorial builds on top of [use variant feature flags](./howto-variant-feature-flags-python.md).
15+
16+
## Prerequisites
17+
18+
- The variant feature flag with telemetry enabled from [Enable telemetry for feature flags](./howto-telemetry.md).
19+
- The application from [Use variant feature flags](./howto-variant-feature-flags-python.md).

0 commit comments

Comments
 (0)