Skip to content

Commit 3a19f0f

Browse files
authored
Add VBCSCompiler to exclude list (#7694)
## Summary of changes Add `VBCSCompiler` to "don't instrument" list ## Reason for change We saw it being instrumented in CI in the RC2 update #7659 ## Implementation details Add `VBCSCompiler` to the list ## Test coverage Will be covered indirectly by #7659
1 parent fad8817 commit 3a19f0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

shared/src/Datadog.Trace.ClrProfiler.Native/constants.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ const shared::WSTRING default_exclude_processes[]{
4242
WStr("sqlagent.exe"),
4343
WStr("sqlbrowser.exe"),
4444
WStr("sqlservr.exe"),
45+
WStr("VBCSCompiler"),
4546
WStr("VBCSCompiler.exe"),
4647
WStr("vsdbg"),
4748
WStr("vsdbg.exe"),

0 commit comments

Comments
 (0)