We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73391cf commit fbd2a5eCopy full SHA for fbd2a5e
arex-instrumentation-foundation/src/main/java/io/arex/foundation/config/ConfigManager.java
@@ -361,6 +361,7 @@ private void updateRuntimeConfig() {
361
configMap.put(DYNAMIC_RESULT_SIZE_LIMIT, String.valueOf(getDynamicResultSizeLimit()));
362
configMap.put(DISABLE_REPLAY, System.getProperty(DISABLE_REPLAY));
363
configMap.put(DISABLE_RECORD, System.getProperty(DISABLE_RECORD));
364
+ configMap.put(COVERAGE_PACKAGES, System.getProperty(COVERAGE_PACKAGES));
365
configMap.put(DURING_WORK, Boolean.toString(inWorkingTime()));
366
configMap.put(AGENT_VERSION, agentVersion);
367
configMap.put(AGENT_ENABLED, Boolean.toString(agentEnabled));
0 commit comments