File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## Unreleased
99
10+ ### Added
11+
12+ - Add ` excluded_urls ` functionality to ` urllib ` and ` urllib3 ` instrumentations
13+ ([ #1733 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1733 ) )
14+ - Make Django request span attributes available for ` start_span ` .
15+ ([ #1730 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1730 ) )
16+
17+
1018## Version 1.17.0/0.38b0 (2023-03-22)
1119
1220### Added
@@ -17,10 +25,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1725 ([ #1690 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1690 ) )
1826- Add metrics instrumentation for sqlalchemy
1927 ([ #1645 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1645 ) )
20- - Add ` excluded_urls ` functionality to ` urllib ` and ` urllib3 ` instrumentations
21- ([ #1733 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1733 ) )
22- - Make Django request span attributes available for ` start_span ` .
23- ([ #1730 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1730 ) )
2428
2529### Fixed
2630
You can’t perform that action at this time.
0 commit comments