You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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