Skip to content

Commit 32ea46f

Browse files
cleanup
1 parent 27ae466 commit 32ea46f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sentry_sdk/integrations/starlette.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ def _make_request_event_processor(info):
506506
def event_processor(event, hint):
507507
# type: (Event, Dict[str, Any]) -> Event
508508

509-
# Extract information from request
509+
# Add info from request to event
510510
request_info = event.get("request", {})
511511
if info:
512512
if "cookies" in info and should_send_default_pii():
@@ -573,7 +573,7 @@ def _make_request_event_processor(req, integration):
573573
def event_processor(event, hint):
574574
# type: (Event, dict[str, Any]) -> Event
575575

576-
# Add info from request to event
576+
# Extract information from request
577577
request_info = event.get("request", {})
578578
if cookies:
579579
request_info["cookies"] = cookies

0 commit comments

Comments
 (0)