Hello, I am using phoenix cloud and starting using it, so far the information looks good inside Phoenix, however since I am using Google ADK with Phoenix, when I am running it I keep getting the same error:
Traceback (most recent call last):
File "C:\Users\Tomy\anaconda3\envs\google_adk\lib\site-packages\opentelemetry\context\__init__.py", line 155, in detach
_RUNTIME_CONTEXT.detach(token)
File "C:\Users\Tomy\anaconda3\envs\google_adk\lib\site-packages\opentelemetry\context\contextvars_context.py", line 53, in detach
self._current_context.reset(token)
ValueError: <Token var=<ContextVar name='current_context' default={} at 0x000001C65274E7A0> at 0x000001C6023F0F80> was created in a different ContextI am not even sure if this is something to review here or if I need to review it with google adk by itself, just wondering if anyone has seen a similar problem and have fixed it before?