1.4.0-beta.1 (2024-07-12)
Bugs Fixed
- Added the
LogRecord.CategoryName
field to log and exception telemetry.
Previously theCategoryName
field was omitted, which was inconsistent with
expectedILogger
behavior, and with Application Insights classic behavior.
(#44754)
Features Added
- Added
LoggerProviderBuilder.AddAzureMonitorLogExporter
registration extension.
(#44617)