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 de90316 commit 31e60ceCopy full SHA for 31e60ce
docs/platforms/python/integrations/wsgi/index__v3.x.mdx
@@ -107,7 +107,7 @@ A set of predefined span attributes will be attached to WSGI transactions by def
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 | |
+ | `url.scheme` | `wsgi.url_scheme` from WSGI environ |
111
| `url.full` | full URL |
112
| `http.request.header.{header}` | `HTTP_*` from WSGI environ |
113
0 commit comments