Skip to content

experimental/v0.211.0

Choose a tag to compare

@pichlermarc pichlermarc released this 21 Jan 19:23
· 172 commits to main since this release
e5f2d42

0.211.0

💥 Breaking Changes

  • fix(otlp-exporter-base)!: remove xhr transport #6317 @cjihrig
    • (user-facing) The deprecated XHR-based transport has been removed and replaced with fetch(). This change affects users who relied on XmlHttpRequest instead of fetch() for sending headers with OTLP exports. To maintain compatibility on browsers without a fetch() implementation, include a fetch() polyfill.
  • chore(api-logs)!: remove ProxyLoggerProvider export #6322 @david-luna

🚀 Features

  • feat(sdk-logs): export event name from ConsoleLogRecordExporter #6310 @aicest

🐛 Bug Fixes

🏠 Internal

  • fix(build): update @types/node to 18.19.130, remove DOM types from base tsconfig #6280 @overbalance
  • refactor(sdk-logs): simplify _export() #6318 @cjihrig