-
Notifications
You must be signed in to change notification settings - Fork 907
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
See
Line 681 in 7166de6
| send_span.set_attribute("type", message["type"]) |
This results in an attribute like {'type': 'http.request.body'}, which seems wrong. type is a super generic key and I don't think leaking the details of the web framework spec (http.request.body is an ASGI specific string) is very helpful to users.
Can we get rid of this?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working