File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515
1616- ` opentelemetry-instrumentation-sqlalchemy ` Update unit tests to run with SQLALchemy 2
1717 ([ #2976 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/2976 ) )
18+ - Add ` opentelemetry-instrumentation-openai-v2 ` to ` opentelemetry-bootstrap `
19+ ([ #2996 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/2996 ) )
1820
1921### Fixed
2022
Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ def get_instrumentation_packages():
3737 continue
3838 pkg_paths .append (pkg_path )
3939
40-
4140 for pkg_path in sorted (pkg_paths ):
4241 try :
4342 version = subprocess .check_output (
You can’t perform that action at this time.
0 commit comments