Skip to content

Commit 7ec7b0a

Browse files
Kevin Gosseandrewlock
authored andcommitted
Update filter (#5708)
1 parent 4d2250f commit 7ec7b0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tracer/src/Datadog.Trace.Tools.dd_dotnet/CreatedumpCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ private static bool IsMethodSuspicious(ClrMethod method)
346346

347347
if (typeName != null)
348348
{
349-
if (typeName.EndsWith("BlockingMiddleware"))
349+
if (typeName.Contains("BlockingMiddleware"))
350350
{
351351
return false;
352352
}

0 commit comments

Comments
 (0)