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
Sorry about that, looks like it was commented out by mistake and slipped through. We're running a release today so we'll get that fixed in the latest version.
Description
getting this error:
AttributeError: 'newrelic.agent' has no attribute 'NewRelicContextFormatter' not visible anymore
with #655 seems like NewRelicContextFormatter was commented out.
newrelic-python-agent/newrelic/agent.py
Line 19 in ca420b3
https://docs.newrelic.com/docs/logs/logs-context/configure-logs-context-python/ still shows
from newrelic.agent import NewRelicContextFormatter
as the way to use it, not sure if I missed some deprecation / removal.
Your Environment
python3.11
The text was updated successfully, but these errors were encountered: