Phoenix SupportClarification Needed: Should 'tracing' be removed from v1/spans?xuejiao w.ยทMar 03, 2024 03:04 AMShareOpen with AIfrom session.client.py found below code which will remove 'tracing'. Is this expected or should use v1/spans(relative path)? response = self._session.get( url=urljoin(self._base_url, "/v1/spans"),