We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d6a11a commit e427c6aCopy full SHA for e427c6a
Src/StackifyLib/Utils/PrefixOrAPM.cs
@@ -79,7 +79,7 @@ internal static ProfilerType GetProfilerType()
79
{
80
_LastProfilerType = ProfilerType.Prefix;
81
}
82
- else
+ else if (!string.IsNullOrEmpty(stackifyPath))
83
84
_LastProfilerType = ProfilerType.APM;
85
0 commit comments