Skip to content

Commit aa14164

Browse files
fix test
1 parent fdf447f commit aa14164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/integrations/httpx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ async def send(self, request, **kwargs):
114114
with capture_internal_exceptions():
115115
parsed_url = parse_url(str(request.url), sanitize=False)
116116

117-
with sentry_sdk.start_span(
117+
with start_span(
118118
op=OP.HTTP_CLIENT,
119119
name="%s %s"
120120
% (

0 commit comments

Comments
 (0)