Skip to content

Commit a90772e

Browse files
committed
whoops
1 parent bd5a52f commit a90772e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

sentry_sdk/integrations/_wsgi_common.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,8 @@ def _is_json_content_type(ct: "Optional[str]") -> bool:
212212

213213

214214
def _filter_headers(
215-
headers: "Mapping[str, str]", use_annotated_value: True
215+
headers: "Mapping[str, str]",
216+
use_annotated_value: bool = True,
216217
) -> "Mapping[str, Union[AnnotatedValue, str]]":
217218
if should_send_default_pii():
218219
return headers

0 commit comments

Comments
 (0)