Skip to content

Commit

Permalink
fix: add 'httplib_request_kw' to sentry scrublist
Browse files Browse the repository at this point in the history
Refs: PSA-17
  • Loading branch information
voneiden committed Oct 18, 2024
1 parent 124a7ea commit f0bf81f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pysakoinnin_sahk_asiointi/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
"register_number",
"request", # WSGIRequest.__str__ may contain query params
"body", # request body encoded in JSON in urllib3
"httplib_request_kw", # same as "body"
]

sentry_sdk.init(
Expand Down

0 comments on commit f0bf81f

Please sign in to comment.