Skip to content

Commit

Permalink
release: v0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cleverchuk committed Jun 2, 2023
1 parent 04e826f commit b7f595f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ subprojects {
bytebuddy : "1.12.10",
guava : "30.1-jre",
appopticsCore : "7.8.6",
agent : "0.16.0", // the custom distro agent version
agent : "0.16.1", // the custom distro agent version
autoservice : "1.0.1",
]
versions.appopticsMetrics = "${versions.appopticsCore}" // they share the same version now
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Transaction {
*
* @param name the custom transaction name to be set to the current trace
* @return {@code true} if the transaction name is successfully set, or {@code false} if the transaction name is
* not set because the span is invalid or the not sampled.
* not set because the span is invalid or the not sampled or name is not valid(null or empty).
*/
static boolean setName(String name) {
Context context = Context.current();
Expand Down

0 comments on commit b7f595f

Please sign in to comment.