Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// <copyright file="ProbeProcessor.cs" company="Datadog">
// <copyright file="ProbeProcessor.cs" company="Datadog">
// Unless explicitly stated otherwise all files in this repository are licensed under the Apache 2 License.
// This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2017 Datadog, Inc.
// </copyright>
Expand Down Expand Up @@ -623,7 +623,7 @@ private void ProcessMethod<TCapture>(ref CaptureInfo<TCapture> info, ref Debugge
}

snapshotCreator.ProcessDelayedSnapshot(ref info, HasCondition());
snapshotCreator.CaptureEntryMethodEndMarker(info.Value, info.Type, info.HasLocalOrArgument ?? false);
snapshotCreator.CaptureEntryMethodEndMarker(info.Value, info.Type);

break;
case MethodState.ExitStart:
Expand Down
Loading
Loading