Skip to content

Commit e5e2ac5

Browse files
committed
doc: Change a doc comment
1 parent eadefd0 commit e5e2ac5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sentry_sdk/integrations/wsgi.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,8 @@ def _sentry_start_response(
155155
def _get_environ(environ):
156156
# type: (Dict[str, str]) -> Iterator[Tuple[str, str]]
157157
"""
158-
Returns our whitelisted environment variables.
158+
Returns our explicitly included environment variables we want to
159+
capture (server name, port and remote addr if pii is enabled).
159160
"""
160161
keys = ["SERVER_NAME", "SERVER_PORT"]
161162
if _should_send_default_pii():

0 commit comments

Comments
 (0)