AzureAD / microsoft-authentication-library-common-for-android

Common code used by both the Active Directory Authentication Library (ADAL) and the Microsoft Authentication Library (MSAL)
MIT License
41 stars 35 forks source link

Deprecate legacy telemetry code #2327

Closed shahzaibj closed 8 months ago

shahzaibj commented 8 months ago

Marking all classes of old telemetry with Deprecated annotation (Since we have moved to using Open Telemetry). Changelog is marked as MINOR (rather than major) because per SemVer a deprecation isn't a breaking change and thus can be done via a MINOR release.

When we completely remove this code in a future release then we will mark it as MAJOR.