Skip to content

Commit a5583e3

Browse files
Dan RogersCircleCI
Dan Rogers
authored and
CircleCI
committed
Add support for regular expression matching and sanitizing of headers in WSGI. (open-telemetry#1402)
1 parent 63bc931 commit a5583e3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616
([#1369](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1369))
1717
- `opentelemetry-instrumentation-system-metrics` add supports to collect system thread count. ([#1339](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1339))
1818
- `opentelemetry-exporter-richconsole` Fixing RichConsoleExpoter to allow multiple traces, fixing duplicate spans and include resources ([#1336](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1336))
19-
- `opentelemetry-instrumentation-asgi` Add support for regular expression matching of HTTP headers.
19+
- `opentelemetry-instrumentation-asgi` Add support for regular expression matching and sanitization of HTTP headers.
2020
([#1333](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1333))
2121
- `opentelemetry-instrumentation-asgi` metrics record target attribute (FastAPI only)
2222
([#1323](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1323))
23+
- `opentelemetry-instrumentation-wsgi` Add support for regular expression matching and sanitization of HTTP headers.
24+
([#1402](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1402))
2325

2426
### Fixed
2527

0 commit comments

Comments
 (0)