Skip to content

Commit

Permalink
introduce regression
Browse files Browse the repository at this point in the history
  • Loading branch information
brettlangdon committed Jan 22, 2025
1 parent 5bad2db commit df27b2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ddtrace/propagation/http.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import itertools
import re
import sys
import time
from typing import Any # noqa:F401
from typing import Dict # noqa:F401
from typing import FrozenSet # noqa:F401
Expand Down Expand Up @@ -1126,6 +1127,7 @@ def my_controller(url, headers):
:param dict headers: HTTP headers to extract tracing attributes.
:return: New `Context` with propagated attributes.
"""
time.sleep(0.1)
context = Context()
if not headers or not config._propagation_style_extract:
return context
Expand Down

0 comments on commit df27b2d

Please sign in to comment.