Trace Go when Go extraction reconciliation is enabled
This commit is contained in:
parent
fe1bd9ac76
commit
cf5d465980
39 changed files with 272 additions and 110 deletions
|
|
@ -134,7 +134,12 @@ export async function runInit(
|
|||
throw e;
|
||||
}
|
||||
}
|
||||
return await getCombinedTracerConfig(config, codeql, logger);
|
||||
return await getCombinedTracerConfig(
|
||||
config,
|
||||
codeql,
|
||||
await util.isGoExtractionReconciliationEnabled(featureFlags),
|
||||
logger
|
||||
);
|
||||
}
|
||||
|
||||
// Runs a powershell script to inject the tracer into a parent process
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue