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
Add test_user_ip_address_on_all_spans to wsgi, asgi, aiohttp, tornado,
and sanic. Each test creates a child span and verifies user.ip_address
is present on both server and child spans when send_default_pii=True.
Fix tornado and sanic to set user.ip_address on the isolation scope
before the handler runs, so child spans inherit the attribute.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments