From 9b61cbc59760cee6e6b08bd73ccd40f633f9d8f5 Mon Sep 17 00:00:00 2001 From: Maxwell Weru Date: Sat, 17 Aug 2024 18:23:30 +0300 Subject: [PATCH] Add deprecation warning for `Tingle.AspNetCore.ApplicationInsights` --- src/Tingle.AspNetCore.ApplicationInsights/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Tingle.AspNetCore.ApplicationInsights/README.md b/src/Tingle.AspNetCore.ApplicationInsights/README.md index 2276ec1b..62963890 100644 --- a/src/Tingle.AspNetCore.ApplicationInsights/README.md +++ b/src/Tingle.AspNetCore.ApplicationInsights/README.md @@ -1,5 +1,8 @@ # Tingle.AspNetCore.ApplicationInsights +> [!IMPORTANT] +> Use of OpenTelemetry is recommended for instrumentation. This library is provided for convenience and compatibility with existing applications but is no longer actively maintained and not recommended for new projects. + This library provides some extensions for [Microsoft.ApplicationInsights](https://github.com/Microsoft/ApplicationInsights-dotnet). ## Add details of the request source to application insights telemetry