-
Notifications
You must be signed in to change notification settings - Fork 287
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SDk connection string 3 #1224
SDk connection string 3 #1224
Conversation
6619574
to
324a1e0
Compare
@@ -269,7 +269,7 @@ public IApplicationIdProvider ApplicationIdProvider | |||
public EndpointContainer EndpointContainer { get; private set; } = new EndpointContainer(new EndpointProvider()); | |||
|
|||
/// <summary> | |||
/// Gets or sets the connection string. Setting this value will also set the Instrumentation Key, validate the endpoints, and set the TelemetryChannel.Endpoint. | |||
/// Gets or sets the connection string. Setting this value will also set (and overwrite) the Instrumentation Key. The endpoints are validated and will be set (and overwrite) our first party TelemetryChannels as well as the ApplicationIdProvider. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will be set (and overwrite) our first party TelemetryChannels -> will be set (and overwritten) for InMemoryChannel and ServerTelemetryChannel
@@ -269,7 +269,7 @@ public IApplicationIdProvider ApplicationIdProvider | |||
public EndpointContainer EndpointContainer { get; private set; } = new EndpointContainer(new EndpointProvider()); | |||
|
|||
/// <summary> | |||
/// Gets or sets the connection string. Setting this value will also set the Instrumentation Key, validate the endpoints, and set the TelemetryChannel.Endpoint. | |||
/// Gets or sets the connection string. Setting this value will also set (and overwrite) the Instrumentation Key. The endpoints are validated and will be set (and overwrite) our first party TelemetryChannels as well as the ApplicationIdProvider. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Instrumentation Key -> InstrumentationKey(link to actual field if possible)
#1221
update comments