Notes
This release of the Python agent no longer reports attributes with None
values and attaches a transaction trace ID to the error traces even when Distributed Tracing is not enabled.
Install the agent using easy_install/pip/distribute
via the Python Package Index or download it directly from the New Relic download site.
New features
-
Remove reporting of attributes with
None
values- Previously, the agent recorded attributes with a value of
None
type as the string "None". Now, the agent no longer records user or agent attributes that haveNone
type values.
- Previously, the agent recorded attributes with a value of
Bug fixes
- Add transaction trace ID to the error traces even when Distributed Tracing is not enabled
- Previously, certain trace attributes in error traces such as stack traces were only visible in the UI if Distributed Tracing was enabled. Linking the transaction trace to error traces by including the transaction trace id on the error traces allows the user to have access to the transaction trace attributes in the UI.
Support statement
We recommend updating to the latest agent version as soon as it's available. If you can't upgrade to the latest version, update your agents to a version no more than 90 days old. Read more about keeping agents up to date.
See the New Relic Python agent EOL policy for information about agent releases and support dates.