Skip to content

Commit c3f07af

Browse files
committed
clarify full url
1 parent 6ed0ddb commit c3f07af

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -113,18 +113,18 @@ Additionally, a transaction will show up in the "Performance" section on [sentry
113113

114114
A set of predefined span attributes will be attached to ASGI 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).
115115

116-
| Span Attribute | Description |
117-
| ------------------------------- | ---------------------------- |
118-
| `network.protocol.name` | `type` on ASGI scope |
119-
| `url.scheme` | `scheme` on ASGI scope |
120-
| `url.path` | `path` on ASGI scope |
121-
| `url.query` | `query` on ASGI scope |
122-
| `network.protocol.version` | `http_version` on ASGI scope |
123-
| `http.request.method` | `method` on ASGI scope |
124-
| `server.address`, `server.port` | `server` on ASGI scope |
125-
| `client.address`, `client.port` | `client` on ASGI scope |
126-
| `url.full` | full URL |
127-
| `http.request.header.{header}` | `headers` on ASGI scope |
116+
| Span Attribute | Description |
117+
| ------------------------------- | -------------------------------------------------------- |
118+
| `network.protocol.name` | `type` on ASGI scope |
119+
| `url.scheme` | `scheme` on ASGI scope |
120+
| `url.path` | `path` on ASGI scope |
121+
| `url.query` | `query` on ASGI scope |
122+
| `network.protocol.version` | `http_version` on ASGI scope |
123+
| `http.request.method` | `method` on ASGI scope |
124+
| `server.address`, `server.port` | `server` on ASGI scope |
125+
| `client.address`, `client.port` | `client` on ASGI scope |
126+
| `url.full` | full URL, reconstructed from individual ASGI scope parts |
127+
| `http.request.header.{header}` | `headers` on ASGI scope |
128128

129129
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.
130130

0 commit comments

Comments
 (0)