Introduce a feature-flag to enable/disable lua-based tracing.
This allows us to gradually roll out (or even roll back) Lua-based tracing in case problems occur.
This commit is contained in:
parent
e655565390
commit
9e9a8428c3
18 changed files with 98 additions and 59 deletions
1
lib/feature-flags.js
generated
1
lib/feature-flags.js
generated
|
|
@ -25,6 +25,7 @@ const util = __importStar(require("./util"));
|
|||
var FeatureFlag;
|
||||
(function (FeatureFlag) {
|
||||
FeatureFlag["MlPoweredQueriesEnabled"] = "ml_powered_queries_enabled";
|
||||
FeatureFlag["LuaTracerConfigEnabled"] = "lua_tracer_config_enabled";
|
||||
})(FeatureFlag = exports.FeatureFlag || (exports.FeatureFlag = {}));
|
||||
class GitHubFeatureFlags {
|
||||
constructor(gitHubVersion, apiDetails, repositoryNwo, logger) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue