From 3d7061019b2e3a74dd38aa28dfbc3e5fd4b2dedb Mon Sep 17 00:00:00 2001 From: Matt <43887470+DawgFan@users.noreply.github.com> Date: Mon, 12 Aug 2019 13:11:53 -0700 Subject: [PATCH] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 14c752c..1bc2ce6 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +This SDK is NOT currently maintained or supported by Microsoft. Azure Monitor only provides support when using the [supported SDKs](https://docs.microsoft.com/en-us/azure/azure-monitor/app/platforms#unsupported-community-sdks). We’re constantly assessing opportunities to expand our support for other languages, so follow our [GitHub Announcements](https://github.com/microsoft/ApplicationInsights-Announcements/issues) page to receive the latest SDK news. + # Application Insights for PHP [![Build Status](https://travis-ci.org/Microsoft/ApplicationInsights-PHP.svg?branch=master)](https://travis-ci.org/Microsoft/ApplicationInsights-PHP) @@ -11,10 +13,6 @@ and succeeding. This PHP module will allow you to send telemetry of various kinds (event, trace, exception, etc.) to the Application Insights service where they can be visualized in the Azure Portal. -## Status - -This SDK is NOT maintained or supported by Microsoft even though we've contributed to it in the past. Note that Azure Monitor only provides support when using the [supported SDKs](https://docs.microsoft.com/en-us/azure/azure-monitor/app/platforms#unsupported-community-sdks). We’re constantly assessing opportunities to expand our support for other languages, so follow our [GitHub Announcements](https://github.com/microsoft/ApplicationInsights-Announcements/issues) page to receive the latest SDK news. - ## Requirements PHP version >=5.4.2 is supported.