We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d459ab commit 93f28feCopy full SHA for 93f28fe
.ci/ReleaseChangelog.java
@@ -134,7 +134,7 @@ static Comparator<VersionNumber> comparator() {
134
.thenComparing(VersionNumber::patch);
135
}
136
137
- String dashSt() {
+ String dashStr() {
138
return major + "-" + minor + "-" + patch;
139
140
CHANGELOG.next-release.md
@@ -13,6 +13,7 @@ This file contains all changes which are not released yet.
13
<!--FIXES-END-->
14
# Features and enhancements
15
<!--ENHANCEMENTS-START-->
16
+* Add internal option to capture thread id/name as labels - [#4014](https://github.com/elastic/apm-agent-java/pull/4014)
17
18
<!--ENHANCEMENTS-END-->
19
# Deprecations
0 commit comments