2.6.1
🐛 Bug Fixes
- fix(opentelemetry-instrumentation): improve
_warnOnPreloadedModulesfunction not to show warning logs when the module is not marked as loaded #6095 @rlj1202 - fix(sdk-trace-base): derive internal
SpanOptionsfrom API type to prevent drift #6478 @overbalance - fix(span): enforce
attributePerEventCountLimit,attributePerLinkCountLimit,linkCountLimit, andattributeValueLengthLimitfor event/link attributes #6479 @overbalance
🏠 Internal
- chore: enforce
import typefor type-only imports via ESLint #6467 @overbalance - perf(sdk-trace-base): avoid Object.entries in Span.setAttributes #6514 @daniellockyer
- perf(sdk-trace-base): optimize
Span.{addEvent,addLink}performance #6516 @daniellockyer - test(bundlers): broaden bundler test coverage and assert known protobuf dynamic-require failures #6482 @overbalance