We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27ae466 commit 32ea46fCopy full SHA for 32ea46f
sentry_sdk/integrations/starlette.py
@@ -506,7 +506,7 @@ def _make_request_event_processor(info):
506
def event_processor(event, hint):
507
# type: (Event, Dict[str, Any]) -> Event
508
509
- # Extract information from request
+ # Add info from request to event
510
request_info = event.get("request", {})
511
if info:
512
if "cookies" in info and should_send_default_pii():
@@ -573,7 +573,7 @@ def _make_request_event_processor(req, integration):
573
574
# type: (Event, dict[str, Any]) -> Event
575
576
- # Add info from request to event
+ # Extract information from request
577
578
if cookies:
579
request_info["cookies"] = cookies
0 commit comments