dd-trace-dotnet
dd-trace-dotnet copied to clipboard
Make DD_TRACE_<INTEGRATION>_ENABLED Case Insensitive
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