0.205.0
💥 Breaking Changes
- fix(otlp-exporter-base)!: split node and browser config types in two #5917 @pichlermarc
- Fixes a bug where Node.js modules would be incorrectly used in the instantiation of a web-targeted exporter
- Breaking changes:
- (user-facing)
createOtlpHttpExportDelegate(OtlpHttpConfiguration)
has been changed to take a different, but identical typeOtlpNodeHttpConfiguration
to differentiate it from the web-targeted exporters - (user-facing)
convertLegacyHttpOptions(...)
now returnsOtlpNodeHttpConfiguration
, the returned object's contents remain identical. - (user-facing)
agentFactory
has been dropped fromOtlpHttpConfiguration
as it is node-specific and is now part ofOtlpNodeHttpConfiguration
instead
- (user-facing)