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
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