You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/platforms/python/integrations/asgi/index__v3.x.mdx
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,18 +113,18 @@ Additionally, a transaction will show up in the "Performance" section on [sentry
113
113
114
114
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).
|`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 |
128
128
129
129
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.
0 commit comments