We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd5a52f commit a90772eCopy full SHA for a90772e
1 file changed
sentry_sdk/integrations/_wsgi_common.py
@@ -212,7 +212,8 @@ def _is_json_content_type(ct: "Optional[str]") -> bool:
212
213
214
def _filter_headers(
215
- headers: "Mapping[str, str]", use_annotated_value: True
+ headers: "Mapping[str, str]",
216
+ use_annotated_value: bool = True,
217
) -> "Mapping[str, Union[AnnotatedValue, str]]":
218
if should_send_default_pii():
219
return headers
0 commit comments