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
...
File "/Users/samuel/code/.../.venv/lib/python3.12/site-packages/logfire/_internal/integrations/httpx.py", line 5, in <module>
from opentelemetry.instrumentation.httpx import HTTPXClientInstrumentor
ModuleNotFoundError: No module named 'opentelemetry.instrumentation.httpx'
I should get an exception that tells me what to install.
Something like
install the httpx instrumentation package with logfire[httpx] or directly with opentelemetry-instrumentation-httpx
Python, Logfire & OS Versions, related packages (not required)
Description
if I run
Without the httpx otel package installed, I get
I should get an exception that tells me what to install.
Something like
Python, Logfire & OS Versions, related packages (not required)
The text was updated successfully, but these errors were encountered: