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
7 stars 1 forks source link

Set User Agent and Correlation Context for requests #6

Closed Eskibear closed 11 months ago

Eskibear commented 12 months ago

Following .NET provider, collecting almost the same properties (if applied) in Correlation-Context header.

Note: We also want to distinguish runtimes where request is sent from (e.g. NodeJS, React Native, Web, Web Worker...). Maybe also use Host for that. Since it's not determined yet, I would prefer to do it in a separate PR later.