Skip to content

Commit be7b7f4

Browse files
authored
fix: Remove diagnostics tracing output from agent API calls (#3029)
Disable diagnostic tracing in API project
1 parent 051ceab commit be7b7f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Agent/NewRelic.Api.Agent/NewRelic.Api.Agent.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<IntermediateOutputPath>$(RootProjectDirectory)\src\_build\$(Platform)-$(Configuration)\$(AssemblyName)\</IntermediateOutputPath>
99
<OutputPath>$(RootProjectDirectory)\src\_build\$(Platform)-$(Configuration)\$(AssemblyName)\</OutputPath>
1010
<Nullable>enable</Nullable>
11+
<DisableDiagnosticTracing>true</DisableDiagnosticTracing>
1112
</PropertyGroup>
1213

1314
<ItemGroup>

0 commit comments

Comments
 (0)