Skip to content

Commit

Permalink
Fix #581
Browse files Browse the repository at this point in the history
  • Loading branch information
Expecho committed Jun 12, 2020
1 parent 0488ad0 commit 8f345d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion BASE/src/Microsoft.ApplicationInsights/TelemetryClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,10 @@ public string InstrumentationKey

/// <summary>
/// Gets the <see cref="TelemetryConfiguration"/> object associated with this telemetry client instance.
/// This property is an internal part of Application Insights infrastructure. Changes made to the configuration will not be applied in. Do not use.
/// </summary>
internal TelemetryConfiguration TelemetryConfiguration
[EditorBrowsable(EditorBrowsableState.Never)]
public TelemetryConfiguration TelemetryConfiguration
{
get { return this.configuration; }
}
Expand Down

0 comments on commit 8f345d5

Please sign in to comment.