Skip to content

Commit fbd2a5e

Browse files
authored
feat: add arex coverage packages property (#431)
1 parent 73391cf commit fbd2a5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arex-instrumentation-foundation/src/main/java/io/arex/foundation/config/ConfigManager.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,7 @@ private void updateRuntimeConfig() {
361361
configMap.put(DYNAMIC_RESULT_SIZE_LIMIT, String.valueOf(getDynamicResultSizeLimit()));
362362
configMap.put(DISABLE_REPLAY, System.getProperty(DISABLE_REPLAY));
363363
configMap.put(DISABLE_RECORD, System.getProperty(DISABLE_RECORD));
364+
configMap.put(COVERAGE_PACKAGES, System.getProperty(COVERAGE_PACKAGES));
364365
configMap.put(DURING_WORK, Boolean.toString(inWorkingTime()));
365366
configMap.put(AGENT_VERSION, agentVersion);
366367
configMap.put(AGENT_ENABLED, Boolean.toString(agentEnabled));

0 commit comments

Comments
 (0)