mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-07-28 20:52:57 +08:00

* Add support for generic OTEL_PYTHON_EXCLUDED_URLS variable Use `OTEL_PYTHON_EXCLUDED_URLS` environment variable as a fallback of `OTEL_PYTHON_{instrumentation}_EXCLUDED_URLS`. * Only use generic variable when instrumentation-specific is not set * Change wording on docs Co-authored-by: Leighton Chen <lechen@microsoft.com>