Starting with Dynatrace version 1.231, the Extension Framework (also referred to as the plugins framework) will start using Python 3.8. The Python 3.6 component will be replaced by Python 3.8.
Consequences: Some Dynatrace extensions running in your environment may stop working and require redeployment of a new version prepared for Python 3.8.
Impact: This issue will rarely happen. It affects only those extensions that use native libraries called from Python code distributed with the extension.
Symptoms: Metrics provided by affected extensions may stop working, such that no data is provided for affected metrics on dashboards, alerts, and custom device pages populated by the affected extension metrics. At the same time, extension logs will display errors.
We'll provide more details and a detailed procedure before the Dynatrace version 1.231 release.
New command line option for OneAgent installer for Windows
Resolved a SecurityException in AspNetCore when monitoring exceptions that generated a `Methods must be security critical or security safe-critical to call native code.` log entry. (ONE-67782)
OS module
Corrected grouping of processes running in unrecognized containers. (APM-335525)
OneAgent Installer
Fixed an issue where auto-update failed due to problems with removal of dynatrace_onepcap.exe on Windows hosts. (APM-354296)
PHP
OneAgent PHP module no longer crashes when instrumenting method with return value capture. (ONE-67997)
Go
OneAgent is now injected correctly into statistically linked Go binaries started via `execv()` or `execvp()` calls. (ONE-68208)
Fixed a bug where JavaScript module would report long tasks that happened outside of the load action. (ONE-64732)
Fixed a problem that was caused by passing a function as data for a jQuery request. (ONE-65116)
Fixed an issue where lazy routing detection in Angular module would keep actions open indefinitely. (ONE-65954)
Fixed an issue where, if window.clearTimeout would have been called with lodash chain object, jsagent would invoke the methods from the chain and cause side effects. (ONE-65845)
Removed an outdated logic block which prevented some resources from being collected in Chrome. (ONE-66549)