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 ab175a0 commit 51a75d1Copy full SHA for 51a75d1
tracer/test/Datadog.Trace.Debugger.IntegrationTests/DynamicInstrumentationTests.cs
@@ -84,6 +84,8 @@ private async Task RunTest([CallerMemberName] string testName = null)
84
85
memoryAssertions.NoObjectsExist<SnapshotSink>();
86
memoryAssertions.NoObjectsExist<LineProbeResolver>();
87
+ memoryAssertions.NoObjectsExist<DynamicInstrumentation>();
88
+ memoryAssertions.NoObjectsExist<Pdb.DatadogMetadataReader>();
89
}
90
finally
91
{
0 commit comments