Skip to content

Commit d02b81e

Browse files
committed
fix: modified CHANGELOG.md and remove unused parameter
1 parent 3a59dbb commit d02b81e

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
@@ -57,6 +57,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5757
### Added
5858

5959
- `opentelemetry-instrumentation-psycopg` Initial release for psycopg 3.x
60+
- `opentelemetry-instrumentation-threading` Initial release for threading
61+
([#2253](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/2253))
6062

6163
## Version 1.22.0/0.43b0 (2023-12-14)
6264

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)