Skip to content

Commit 31e60ce

Browse files
committed
fix table
1 parent de90316 commit 31e60ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/platforms/python/integrations/wsgi/index__v3.x.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ A set of predefined span attributes will be attached to WSGI transactions by def
107107
| `server.address` | `SERVER_NAME` from WSGI environ |
108108
| `server.port` | `SERVER_PORT` from WSGI environ |
109109
| `server.protocol.name`, `server.protocol.version` | `SERVER_PROTOCOL` from WSGI environ |
110-
| `url.scheme` | `wsgi.url_scheme` from WSGI environ | |
110+
| `url.scheme` | `wsgi.url_scheme` from WSGI environ |
111111
| `url.full` | full URL |
112112
| `http.request.header.{header}` | `HTTP_*` from WSGI environ |
113113

0 commit comments

Comments
 (0)