You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/platforms/python/integrations/wsgi/index__v3.x.mdx
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,17 +99,17 @@ Each request has a separate scope. Changes to the scope within a view, for examp
99
99
100
100
A set of predefined span attributes will be attached to WSGI transactions by default. These can also be used for sampling since they will also be accessible via the `sampling_context` dictionary in the [`traces_sampler`](/platforms/python/configuration/options/#traces_sampler).
|`http.request.method`|`REQUEST_METHOD` from WSGI environ |
107
+
|`server.address`|`SERVER_NAME` from WSGI environ |
108
+
|`server.port`|`SERVER_PORT` from WSGI environ |
109
+
|`server.protocol.name`, `server.protocol.version`|`SERVER_PROTOCOL` from WSGI environ |
110
+
|`url.scheme`|`wsgi.url_scheme` from WSGI environ |
111
+
|`url.full`| full URL, reconstructed from individual WSGI environ parts|
112
+
|`http.request.header.{header}`|`HTTP_*` from WSGI environ |
113
113
114
114
These attributes will also be sent to Sentry. If you don't want that, you can filter them out using a custom [`before_send`](/platforms/python/configuration/options/#before_send) function.
0 commit comments