Released 2023-Jun-29
-
Added support for sending common schema extensions using
ext.[name].[field]
syntax. (#1073) -
Added support for sending common schema
dt
(Distributed Tracing) extension when trace context is present onLogRecord
s. (#1073) -
Added support for sending common schema
ex
(Exception) extension when exception is present onLogRecord
s. (#1082) -
Added support for sending common schema
eventId
field whenEventId.Id
is non-zero onLogRecord
s. (#1127) -
Update OpenTelemetry to 1.5.1 (#1255)
Released 2023-Mar-6
-
Update OpenTelemetry to 1.4.0 (#1038)
-
Tenant token is no longer exposed on
OneCollectorExporterOptions
and will be set automatically from the instrumentation key. Added new registration overloads and a builder to help with configuration. (#1032) -
Switched to using a connection string design instead of passing instrumentation key directly. (#1037)
-
Added
RegisterPayloadTransmittedCallback
API onOneCollectorExporter<T>
. (#1058)
Released 2023-Feb-16
- Initial release.