We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d573b9 commit cadf784Copy full SHA for cadf784
tracer/src/Datadog.Trace/LibDatadog/HandsOffConfiguration/ConfiguratorHelper.cs
@@ -109,7 +109,7 @@ internal static ConfigurationResult GetConfiguration(string? handsOffLocalConfig
109
110
if (libraryConfigs.HasValue)
111
{
112
- NativeInterop.LibraryConfig.LibraryConfigDrop(configurationResult);
+ //NativeInterop.LibraryConfig.LibraryConfigDrop(configurationResult);
113
}
114
115
if (configHandle != IntPtr.Zero)
0 commit comments