Skip to content

🍓 0.253.1

Compare
Choose a tag to compare
@botberry botberry released this 03 Dec 23:25
· 37 commits to main since this release

Description:
Fixed a bug in the OpenTelemetryExtension class where the _span_holder dictionary was incorrectly shared across all instances. This was caused by defining _span_holder as a class-level attribute with a mutable default value (dict()).

Releases contributed by @conglei via #3716