Skip to content
This repository has been archived by the owner on Jul 9, 2022. It is now read-only.

Commit

Permalink
add more info for the AddVersionInfo method.
Browse files Browse the repository at this point in the history
  • Loading branch information
vuqtran88 committed Dec 11, 2019
1 parent c218d92 commit 5423ff4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/NewRelic.Telemetry/Transport/DataSender.cs
Original file line number Diff line number Diff line change
Expand Up @@ -261,9 +261,8 @@ public async Task<Response> SendDataAsync(TData dataToSend)
/// <summary>
/// Method used to add product information including product name and version to the User-Agent HTTP header.
/// </summary>
/// <param name="productName">Name of the product uses the TelemetrySDK (e.g. "OpenTelemetry.Exporter.NewRelic").</param>
/// <param name="productVersion">Version of the product uses the TelemetrySDK (e.g. "1.0.0").</param>

/// <param name="productName">Name of the product uses the TelemetrySDK (e.g. "OpenTelemetry.Exporter.NewRelic"). This should not be null or empty.</param>
/// <param name="productVersion">Version of the product uses the TelemetrySDK (e.g. "1.0.0"). This should not be null or empty.</param>
/// <returns></returns>
public void AddVersionInfo(string productName, string productVersion)
{
Expand Down

0 comments on commit 5423ff4

Please sign in to comment.