Skip to main content

.NET Agent v2.3.2

September 5, 2024

  • New Added the agent option to set suffix of URLs to exclude from transaction collection.

    trace_ignore_url_suffix String

    URLs that match the set suffix do not collect transaction performance. To set multiple items, use comma (,) as the delimiter.

  • Fixed Added the parameterized query tracing feature.

    Note

    For agent options related to this feature (profile_sql_param_enabled), see the following.

  • Fixed Fixed the error occurring in the status code display of REST API transactions.

  • Fixed Added the methods related to System.Data.Common.DbCommand that are not included in monitoring.

    Added some missing overloaded methods among the following asynchronous methods.

    • ExecuteReaderAsync
    • ExecuteNonQueryAsync
    • ExecuteScalarAsync
Info