Skip to content

Commit 09a2df4

Browse files
committed
fix: modified CHANGELOG.md and remove unused parameter
1 parent bb89dd8 commit 09a2df4

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

+2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2626
### Added
2727

2828
- `opentelemetry-instrumentation-psycopg` Initial release for psycopg 3.x
29+
- `opentelemetry-instrumentation-threading` Initial release for threading
30+
([#2253](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/2253))
2931

3032
## Version 1.22.0/0.43b0 (2023-12-14)
3133

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

-1
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)