Skip to content

Commit b4d94fd

Browse files
authored
fix reference config properties build (#4228)
1 parent 4efec6c commit b4d94fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apm-agent-core/src/main/java/co/elastic/apm/agent/configuration/CoreConfigurationImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ public String toSafeString(List<WildcardMatcher> value) {
636636
"\n" +
637637
"A few examples:\n" +
638638
"\n" +
639-
" - `org.example.*` added:[1.4.0,Omitting the method is possible since 1.4.0]\n" +
639+
" - `org.example.*` Omitting the method is possible since 1.4.0\n" +
640640
" - `org.example.*#*` (before 1.4.0, you need to specify a method matcher)\n" +
641641
" - `org.example.MyClass#myMethod`\n" +
642642
" - `org.example.MyClass#myMethod()`\n" +

docs/reference/config-reference-properties-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ applies_to:
512512
#
513513
# A few examples:
514514
#
515-
# - `org.example.*` {applies_to}`apm_agent_java: ga 1.4.0` Omitting the method is possible since 1.4.0
515+
# - `org.example.*` Omitting the method is possible since 1.4.0
516516
# - `org.example.*#*` (before 1.4.0, you need to specify a method matcher)
517517
# - `org.example.MyClass#myMethod`
518518
# - `org.example.MyClass#myMethod()`

0 commit comments

Comments
 (0)