Skip to content

Commit 733ae65

Browse files
committed
fix table again
1 parent 31e60ce commit 733ae65

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
@@ -101,7 +101,7 @@ A set of predefined span attributes will be attached to WSGI transactions by def
101101

102102
| Span Attribute | Description |
103103
| ------------------------------------------------- | ----------------------------------- |
104-
| `url.path` | `PATH_INFO` from WSGI environ |
104+
| `url.path` | `PATH_INFO` from WSGI environ |
105105
| `url.query` | `QUERY_STRING` from WSGI environ |
106106
| `http.request.method` | `REQUEST_METHOD` from WSGI environ |
107107
| `server.address` | `SERVER_NAME` from WSGI environ |

0 commit comments

Comments
 (0)