CLR Tracer releases

Instana CLR Tracer provides automated code instrumentation and tracing data across your environment. For more information, see Monitoring .NET Framework.

1.290.2

CLR Tracer 1.290.2 is released on 20 February 2025.

Features

When you set the INSTANA_NET_ENABLE_MULTIDOMAIN environment variable to true, the CLR Tracer now adds instrumentation support for the main application domain within .NET Full Framework multi domain applications.

Improvements

This release updates support for the following libraries and frameworks:

  • ServiceStack.Redis 8.6.0
  • Microsoft.Aspnetcore 2.3.0

1.289.2

CLR Tracer 1.289.2 is released on 4 February 2025.

Improvements

This release adds the following improvements:

  • Updates support for the following libraries and frameworks:

    • ServiceStack.Redis 8.5.2
    • MongoDB.Driver 3.1.0
    • log4net 3.0.0
    • RabbitMQ.Client 7.0.0
  • Adds HTTP status code in WCF span

Fixes

Previously, if the tracer detected a multi-domain setup, instrumentation was automatically disabled. To provide more flexibility, a new environment variable, INSTANA_NET_ENABLE_MULTIDOMAIN is introduced. If you set this variable to true, only then the tracer checks for multi-domain setup and auto disable instrumentation for multi-domain environment. However, if it is not set or set to false, the tracer does not check for multi-domain setup and instrumentation remains enabled.

1.286.1

CLR Tracer 1.286.1 is released on 19 November 2024.

Improvements

The tracer now supports StackExchange.Redis 2.8.16.

1.285.1

CLR Tracer 1.285.1 is released on 11 November 2024.

Features

The unhandled exceptions in CLR Tracer are now logged.

Improvements

The tracer now adds the following enhancements:

  • Captures the HTTP Status Code in remote procedure call (RPC) calls
  • Supports the .Net library ServiceStack.Redis 8.0.0
  • Supports the .NET library RestSharp 112.1.0
  • Determines the assembly version support from configuration

Fixes

The tracer now adds the following fixes:

  • Locks the AsyncContext before making changes to the underlying data
  • Removes the check for missing environment variables in CLR Sensor 1.1.118

1.284.4

CLR Tracer 1.284.4 is released on 24 October 2024.

Improvements

The CLR Tracer now manages the third-party dependencies by using the vcpkg package manager instead of manually managing them.

1.284.2

CLR Tracer 1.284.2 is released on 16 October 2024.

Fixes

The crash issue that occurred in Internet Information Services (IIS)-hosted applications that use log4net libraries is now fixed.

1.281.2

CLR Tracer 1.282.2 is released on 23 September 2024.

Improvements

This release now captures the HTTP Status Code in remote procedure call (RPC) calls.

Fixes

This release removes the check for missing environment variables in CLR sensor 1.1.118.

1.281.2

CLR Tracer 1.281.2 is released on 10 September 2024.

Improvements

This release adds instrumentation support for the following versions of libraries:

  • EasyNetQ 7.8.0
  • MySql (MySql.Data) 9.0.0

For more information about supported versions, see Supported libraries and frameworks for tracing.

1.280.3

CLR Tracer 1.280.3 is released on 21 August 2024.

Improvements

CLR Tracer now adds tracing support for the following versions of libraries:

  • Couchbase 3.2.1 - 3.6.2.
  • Oracle Devart (Oracle.ManagedDataAccess.Client) 21.11.0 - 23.5.0.
  • Quartz 3.12.0
  • Entity Framework 6.2.0 - 6.5.1
  • PostgreSQL (NpgSql) 8.0.3
  • Oracle ODP (Oracle.DataAccess.Client) 4.121.3 and later.
  • ServiceStack 4.5.14 - 8.3.0

For more information about supported versions, see Supported libraries and frameworks for tracing.

Fixes

Unnecessary error logging of Windows Communication Foundation (WCF) is removed.

1.278.2

CLR Tracer 1.278.2 is released on 31 July 2024.

Improvements

More optional logs are now added for OnEnter and OnExit methods.