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
Android SDK v7+ now binds the http spans directly to the transaction, and not to the current span anymore.
Changing this behaviour is not that simple, so i'd like to discuss how to proceed here
Span hierarchy of
product_retrieval
changed from havinghttp.client
spans as children--now they are not.Expected behavior: The
http.client
spans should beproduct_retrieval
children spans, like it was in 2.10.3 and 2.10.4:Observed behavior: The
http.client
spans are not nested asproduct_retrieval
children spans in 2.10.5:The text was updated successfully, but these errors were encountered: