Skip to content

v2.6.1

Choose a tag to compare

@pichlermarc pichlermarc released this 25 Mar 15:54
7e74509

2.6.1

🐛 Bug Fixes

  • fix(opentelemetry-instrumentation): improve _warnOnPreloadedModules function not to show warning logs when the module is not marked as loaded #6095 @rlj1202
  • fix(sdk-trace-base): derive internal SpanOptions from API type to prevent drift #6478 @overbalance
  • fix(span): enforce attributePerEventCountLimit, attributePerLinkCountLimit, linkCountLimit, and attributeValueLengthLimit for event/link attributes #6479 @overbalance

🏠 Internal

  • chore: enforce import type for 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