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
In getsentry/relay#4047 we started extracting user information from standalone spans. However, in order for this to fully work, client_address must be sent in the data section of a span from the SDKs.
In the end, all this is to support the subregion selector in the web vitals module getsentry/sentry#75230
Solution Brainstorm
Add a new property to span.data, client_address. This is set to either the client itself, or {{auto}} if we want relay to derive it. We already do something similar under the the user section of a transaction
The text was updated successfully, but these errors were encountered:
Hmm @cleptric how do we want to approach the auto detection stuff for ips and similar in standalone spans considering what we've run into for transactions/errors?
Problem Statement
In getsentry/relay#4047 we started extracting user information from standalone spans. However, in order for this to fully work,
client_address
must be sent in the data section of a span from the SDKs.In the end, all this is to support the subregion selector in the web vitals module getsentry/sentry#75230
Solution Brainstorm
Add a new property to span.data,
client_address
. This is set to either the client itself, or{{auto}}
if we want relay to derive it. We already do something similar under the theuser
section of a transactionThe text was updated successfully, but these errors were encountered: