dd-trace-dotnet icon indicating copy to clipboard operation
dd-trace-dotnet copied to clipboard

Make DD_TRACE_<INTEGRATION>_ENABLED Case Insensitive

Open link04 opened this issue 4 months ago • 4 comments

Summary of changes

Added a option to check for upper cased integration names and moved the case sensitive option as fallback 1.

Reason for change

Currently for Linux DD_TRACE_<INTEGRATION>_ENABLED needs to have an integration name that matches the name's casing on the existing dictionary we check but need to make it case insensitive like all other languages:

https://datadoghq.atlassian.net/browse/APMAPI-476

Implementation details

Test coverage

Other details

link04 avatar Oct 21 '24 15:10 link04