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 31e60ce commit 733ae65Copy full SHA for 733ae65
docs/platforms/python/integrations/wsgi/index__v3.x.mdx
@@ -101,7 +101,7 @@ A set of predefined span attributes will be attached to WSGI transactions by def
101
102
| Span Attribute | Description |
103
| ------------------------------------------------- | ----------------------------------- |
104
- | `url.path` | `PATH_INFO` from WSGI environ |
+ | `url.path` | `PATH_INFO` from WSGI environ |
105
| `url.query` | `QUERY_STRING` from WSGI environ |
106
| `http.request.method` | `REQUEST_METHOD` from WSGI environ |
107
| `server.address` | `SERVER_NAME` from WSGI environ |
0 commit comments