Skip to content

Commit 9cad79e

Browse files
committed
test
1 parent 30fbecb commit 9cad79e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws-opentelemetry-distro/src/amazon/opentelemetry/distro/aws_opentelemetry_distro.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def _configure(self, **kwargs):
7474

7575
if os.environ.get(OTEL_PROPAGATORS, None) is None:
7676
os.environ.setdefault(OTEL_PROPAGATORS, "tracecontext,baggage,xray")
77-
importlib.reload(propagate)
77+
# importlib.reload(propagate)
7878

7979
os.environ.setdefault(OTEL_PYTHON_ID_GENERATOR, "xray")
8080
os.environ.setdefault(

0 commit comments

Comments
 (0)