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 eadefd0 commit e5e2ac5Copy full SHA for e5e2ac5
sentry_sdk/integrations/wsgi.py
@@ -155,7 +155,8 @@ def _sentry_start_response(
155
def _get_environ(environ):
156
# type: (Dict[str, str]) -> Iterator[Tuple[str, str]]
157
"""
158
- Returns our whitelisted environment variables.
+ Returns our explicitly included environment variables we want to
159
+ capture (server name, port and remote addr if pii is enabled).
160
161
keys = ["SERVER_NAME", "SERVER_PORT"]
162
if _should_send_default_pii():
0 commit comments