Azure / AppConfiguration-JavaScriptProvider

The configuration provider for consuming data in Azure App Configuration from JavaScript applications like Node or browser apps.
https://github.com/Azure/AppConfiguration
MIT License
6 stars 1 forks source link

extract list/get config settings with trace #69

Closed Eskibear closed 1 month ago

Eskibear commented 1 month ago

cont. #68

extract common code into getConfigurationSettingWithTrace and listConfigurationSettingsWithTrace in the tracing utils, instead of exposing constant CORRELATION_CONTEXT_HEADER_NAME and the helper method createCorrelationContextHeader (where you have to construct the correlation header by your own when calling it)