Skip to content

Commit 1edae07

Browse files
committed
Merge branch 'ivana/move-http-client-breadcrumbs-1' into ivana/before-breadcrumb-guard
2 parents ad11c5d + f6a9c0c commit 1edae07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sentry_sdk/tracing_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ def add_http_breadcrumb(status_code, data):
219219
elif 400 <= status_code <= 499:
220220
level = "warning"
221221

222-
kwargs = {"type": "http", "category": "httplib", "data": data}
222+
kwargs: "dict[str, Any]" = {"type": "http", "category": "httplib", "data": data}
223223
if level:
224224
kwargs["level"] = level
225225

0 commit comments

Comments
 (0)