OneAgent release notes version 1.293

Rollout start: Jun 18, 2024

With this release, the following are the oldest supported OneAgent versions.

Support level
Oldest version supported
Standard Support
1.275
Enterprise Success and Support
1.269

For details, see How long are versions supported following rollout?.

Technology support

Definition of the technology support version schema with examples:

  • Major version 5 is supported

    • Major version 5 is supported, including all of its minor versions like 5.1 and 5.2
    • Other major versions are not supported like 6 and 7
  • Minor version 5.1 is supported

    • Minor version 5.1 is supported, including all of its patch versions like 5.1.1 and 5.1.2
    • Other minor versions are not supported like 5.2 and 5.3
  • Patch version 5.1.1 is supported

    • Patch version 5.1.1 is supported
    • Other patch versions are not supported like 5.1.2 and 5.1.3
  • Version range 5.1 – 5.3 is supported

    • Minor versions 5.1, 5.2, and 5.3 are supported, including all of their patch versions like 5.1.1, 5.2.1, and 5.3.1
    • Other minor versions are not supported like 5.0 and 5.4
  • The minimum required version is 5+

    • All major, minor, and patch versions starting from version 5 are supported, like 5, 5.1, 5.1.1, and 6

New technology support

  • IBM CICS outgoing HTTP (CICS module). OneAgent feature: CICS HTTP
  • log4js (Node.js module)
  • NGINX 1.25.5, 1.26.0 (NGINX module)
  • NGINX Plus R32 (NGINX module)
  • Software AG WebMethods Integration Server 10.7, 10.11, 10.15 (Java module)

End of support

For more information, see End of support announcements.

Deprecation

OneAgent installation using Puppet has been deprecated. This option will still be available for a six-month grace period.

New features and enhancements

Disk Edge alerting

Cross Solutions | OneAgent

Enabled configuration options for Disk Edge alerting in: Settings > Anomaly detection > Infrastructure > Disk Edge. For details, see Disk Edge alerting.

Resolved issues

General Availability (Build version_1.293.127)

The version_1.293 GA release contains 9 resolved issues.

ComponentResolved issues
General2
Mainframe1
OS module3
.NET1
Go1
Apache1

General

  • Timestamps for bizevents are now more accurate, as they are directly sent upon sending from OneAgent instead of relying on the cluster. (OA-30281)
  • Fixed an issue in which PurePaths with a yellow indicator for a flaw were missing details about the flaw. (OA-30837)

Mainframe

  • The URI is now reported to the tenant when a transaction in CICS is triggered via the HTTP sensor. (OA-30382)

OS module

  • Improved OneAgent detection of SAP processes on AIX systems. (HOST-5830)
  • An OS Services alert for a service that is not installed is now raised only on matched hosts. (HOST-5903)
  • Fixed Grail metric value `builtin:tech.generic.handles.fileDescriptorsPercentUsed` to be a percentage instead of a proportion. (HOST-5839)

.NET

  • Fixed an issue that caused incorrect operation of the OneAgent .NET RAP/CLV code module and could result in exceptions. (OA-30914)

Go

  • Improved handling of custom Go context implementations in the Go OpenTelemetry sensor to capture a parent/child span relationship. (OA-30248)

Apache

  • Fixed an Apache OneAgent Log Enrichment segfault issue. (OA-30912)

Update 153 (Build 1.293.153)

This cumulative update contains 4 resolved issues and all previously released updates for the 1.293 release.

ComponentResolved issues
Logging module2
.NET1
OS module1

Logging module

  • Fixed an issue where a date search limit rule was applied to all logs, disregarding the matching condition. (LOG-7638)
  • Fixed an issue in which the log agent might send duplicate entries if the logging application opened a new file before the previous one was closed. This happened, for example, in the log4j library. (LOG-7515)

.NET

  • Fixed an issue that incorrectly reported non-terminating unhandled .NET exceptions as crashes. (OA-31810)

OS module

  • Fixed an issue that caused inadequate messages to be displayed on processes with missing deep monitoring. (HOST-5989)

Update 165 (Build 1.293.165)

This is a cumulative update that contains all previously released updates for the 1.293 release.

Update 168 (Build 1.293.168)

This cumulative update contains 1 resolved issue and all previously released updates for the 1.293 release.

OS module

  • Reduced memory consumption on systems with a large number of running processes. (HOST-6507)

Update 182 (Build 1.293.182)

This cumulative update contains 1 resolved issue and all previously released updates for the 1.293 release.

Java

  • Fixes an issue that hindered the startup of an instrumented ElasticSearch server when the Live Debugging feature is enabled. (OA-33795)

OneAgent for Android

General Availability (Build 8.293.1)

The 8.293 GA release doesn't contain any user-facing resolved issues.

OneAgent for iOS

OneAgent iOS: Added a debug API

Digital Experience | RUM Mobile

Added a debug API to share agent logs from a device.

OneAgent for iOS resolved issues

General Availability (Build 8.293.1)

The 8.293 GA release contains 2 resolved issues.

OneAgent for iOS

  • Fixed a scenario where the agent wouldn't report crashes after session start. (RUM-18962)
  • Fixed SwiftUI instrumentation of controls containing ForEach block. (RUM-19419)

OneAgent for JavaScript

Removed "unload" event listeners

Digital Experience | RUM Web

Unload event listeners have been removed to prevent blocking of browser BF-Cache restoration.

Discontinuation of RUM JavaScript Support for Internet Explorer

Digital Experience | RUM Web

RUM JavaScript will no longer activate when Internet Explorer is detected as the client browser. For details, see Dynatrace support for MS Internet Explorer 11 ends in May 2024 in the Dynatrace Community.

OneAgent for JavaScript resolved issues

General Availability (Build 1.293.11)

The 1.293 GA release contains 9 resolved issues.

ComponentResolved issues
JavaScript8
Session Replay1

JavaScript

  • Fixed a Session Replay issue that prevented some elements that were moving to keep the styles. (SR-5717)
  • Fixed an issue in which, in rare situations with the flag `#origin-agent-cluster-default` disabled on Chromium, the JavaScript agent caused an infinite loop that rendered the page unresponsive. (RUM-20163)
  • Fixed an issue that caused cost control to be ignored in the RUM JavaScript in hybrid scenarios in which the mobile agent was unable to contact the beacon endpoint. (RUM-20161)
  • Fixed an issue when iterating sparse arrays that broke pages using certain modules with webpack. (RUM-20066)
  • Session Replay failed resource load during recording now ignores cross domain and cached resources. (SR-5740)
  • Implemented a workaround in the Basic XHR module for an issue that prevented interoperability with Sentry, in case Sentry is injected before the RUM JavaScript, causing missing request data and XHR actions. (RUM-19688)
  • Fixed a Session Replay issue that prevented some elements that were moving to keep the styles. (SR-5717)
  • Session Replay failed resource load during recording now ignores cross domain and cached resources. (SR-5740)

Session Replay

  • Fixed a case where iframes were shown blank in Session Replay. (SR-5413)