Python Agent v1.8.6
July 15, 2025
-
NewAdded an option to display the original URL in step traces when URL normalization is applied- step_origin_url_enabled Boolean
false: Default
- step_origin_url_enabled Boolean
-
NewAdded tracing options for standalone Python processes-
standalone_enabled Boolean
false: Default
-
standalone_type (Choose between
single-transactionandmultiple-transaction)single-transaction: Default. Monitors the Python execution as a single transactionmultiple-transaction: Allows transaction points to be defined at the module, class, or method level
-
standalone_transaction_patterns String
- No default value
- Used with the multiple-transaction option to define which modules, classes, and methods to monitor
- Format:
[MODULE_NAME]:[CLASS_NAME].[FUNCTION_NAME]or[MODULE_NAME]:[FUNCTION_NAME]. Use commas (,) to specify multiple patterns - Example:
myPackage:MyClass.__init__, myPackage:my_function
-
-
FeatureAdded tracing support for theNeo4jdriver module (only supported from v5.0 and above) -
FixedFixed an issue where the original URL was not displayed in record summaries when URL normalization was applied.
Note
Agent download: whatap-python v1.8.6