Skip to content

Commit ecb7d65

Browse files
committed
fix: modified CHANGELOG.md and remove unused parameter
1 parent 9e937fb commit ecb7d65

File tree

2 files changed

+2
-1
lines changed
  • instrumentation/opentelemetry-instrumentation-threading/src/opentelemetry/instrumentation/threading

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3939
### Added
4040

4141
- `opentelemetry-instrumentation-psycopg` Initial release for psycopg 3.x
42+
- `opentelemetry-instrumentation-threading` Initial release for threading
43+
([#2253](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/2253))
4244

4345
## Version 1.22.0/0.43b0 (2023-12-14)
4446

instrumentation/opentelemetry-instrumentation-threading/src/opentelemetry/instrumentation/threading/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
from opentelemetry import context, trace
4040
from opentelemetry.instrumentation.instrumentor import BaseInstrumentor
4141
from opentelemetry.instrumentation.threading.package import _instruments
42-
from opentelemetry.instrumentation.threading.version import __version__
4342
from opentelemetry.instrumentation.utils import unwrap
4443

4544

0 commit comments

Comments
 (0)