Skip to content

Commit ea72213

Browse files
committed
...
1 parent bb757f4 commit ea72213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/integrations/aiohttp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ def _prepopulate_attributes(request):
389389
attributes["server.address"] = request.host
390390

391391
try:
392-
url = f"{request.scheme}: //{request.host}{request.path}"
392+
url = f"{request.scheme}://{request.host}{request.path}"
393393
if request.query_string:
394394
attributes["url.full"] = f"{url}?{request.query_string}"
395395
except Exception:

0 commit comments

Comments
 (0)