You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
because logRecord.CategoryName will be null. A possible workaround is to create a processor which will set CategoryName to a non-null value on each LogRecord separately, but that only prevents the exceptions and doesn't address the feature request.
Describe the solution you'd like:
Add a CategoryName property to the LogRecordData struct.
The text was updated successfully, but these errors were encountered:
Feature Request
Is your feature request related to a problem?
If I create a logger with the OtlpExporter using the bridge API and then emit a log, an exception will be thrown at line 50 here
opentelemetry-dotnet/src/OpenTelemetry.Exporter.OpenTelemetryProtocol/Implementation/OtlpLogRecordTransformer.cs
Lines 45 to 55 in 0b9cf42
Describe the solution you'd like:
Add a CategoryName property to the LogRecordData struct.
The text was updated successfully, but these errors were encountered: