Within the _asgi_common.py file, for streamed spans, there's a couple of attributes that are considered PII that we're not gating behind the appropriate flag.
Update this function to not set these attributes if should_send_default_pii is set to False
Within the
_asgi_common.pyfile, for streamed spans, there's a couple of attributes that are considered PII that we're not gating behind the appropriate flag.Update this function to not set these attributes if
should_send_default_piiis set to False