Skip to content

Commit

Permalink
remove ParseStateValues = true
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyMothra committed Jun 6, 2023
1 parent 7edd9b4 commit 684ae7e
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ public static OpenTelemetryLoggerOptions AddAzureMonitorLogExporter(this OpenTel
throw new ArgumentNullException(nameof(loggerOptions));
}

// Ideally user should set this to true
// but if they miss we may have an issue of missing state values which gets converted to custom dimensions.
loggerOptions.ParseStateValues = true;

var options = new AzureMonitorExporterOptions();
configure?.Invoke(options);

Expand Down

0 comments on commit 684ae7e

Please sign in to comment.