Released 2023-Feb-21
- Fixes issue in span serialization process introduced in 1.0.2 version. (#979)
- Update OTel SDK version to
1.3.2
. (#917)
Released 2022-Dec-20
- Updated
Transport
with exception-handling and a couple of bug fixes (#747):- Adds
InstanaExporterEventSource
to provide for error logging. - Adds exception-handling to
Transport
with logging viaInstanaExporterEventSource
. - Fixes
Transport
buffering to prevent exceeding underlying array capacity. - Fixes
Transport
to prevent lost spans due to buffer length.
- Adds
Released 2022-Nov-02
- Instana span duration was not calculated correctly 376
- Application is crashing if environment variables are not defined 385
- Update OTel SDK version to
1.3.1
. (#749)
Released 2022-May-24
- This is the first release of the
OpenTelemetry.Exporter.Instana
project.