Skip to content

Commit c4e2169

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

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
@@ -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

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)