From 200bbe61626827adeee609009f5a9a4eae03cfe8 Mon Sep 17 00:00:00 2001 From: Karlie-777 <79606506+Karlie-777@users.noreply.github.com> Date: Wed, 4 May 2022 15:56:50 -0700 Subject: [PATCH] update readme (#962) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5bbd7a61..0cb5de48 100644 --- a/README.md +++ b/README.md @@ -268,7 +268,7 @@ separately from clients created with `new appInsights.TelemetryClient()`. | httpAgent | An http.Agent to use for SDK HTTP traffic (Optional, Default undefined) | | httpsAgent | An https.Agent to use for SDK HTTPS traffic (Optional, Default undefined) | aadTokenCredential| Azure Credential instance to be used to authenticate the App. [AAD Identity Credential Classes](https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity#credential-classes) -| enableAutoWebSnippetInjection(Preview)| Sets the state of automatic web snippet injection (disabled by default). If true, web snippet will be injected into valid node server http response automatically | | +| enableAutoWebSnippetInjection(Preview)| Sets the state of automatic web snippet injection (disabled by default). If true, web snippet will be injected into valid node server http response automatically. If a connection string is provided here, e.g. `enableAutoWebSnippetInjection(true, "your-connection-string")`, auto snippet injection will use it instead of the default one (connection string used for SDK initialization) | | [Config.ts]: https://github.com/microsoft/ApplicationInsights-node.js/blob/develop/Library/Config.ts