Open sdzhong opened 7 months ago
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
@stefanosiano , is there anything we can do on the code-level to match the nesting we had in 2.10.3
?
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: