Skip to main content

Python Agent v1.8.6

July 15, 2025

  • New Added an option to display the original URL in step traces when URL normalization is applied

    • step_origin_url_enabled Boolean
      • false: Default
  • New Added tracing options for standalone Python processes

    • standalone_enabled Boolean

      • false: Default
    • standalone_type (Choose between single-transaction and multiple-transaction)

      • single-transaction: Default. Monitors the Python execution as a single transaction
      • multiple-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
  • Feature Added tracing support for the Neo4j driver module (only supported from v5.0 and above)

  • Fixed Fixed 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