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 onXmlHttpRequestinstead offetch()for sending headers with OTLP exports. To maintain compatibility on browsers without afetch()implementation, include afetch()polyfill.
- (user-facing) The deprecated XHR-based transport has been removed and replaced with
- chore(api-logs)!: remove
ProxyLoggerProviderexport #6322 @david-luna
🚀 Features
🐛 Bug Fixes
- fix(sdk-logs): allow AnyValue attributes for logs and handle circular references #6210 @david-luna
- fix(browser-detector): use window feature detection to avoid false positives in Node.js 21+ and Bun #6271 @fiyinfoluwa001 @overbalance
🏠 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