Skip to content

Commit

Permalink
feat: Add comment for setter in builder
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelpri10 committed Jun 25, 2024
1 parent 77d56df commit e275efa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -927,6 +927,7 @@ public Builder setCompressionBytesThreshold(long compressionBytesThreshold) {
return this;
}

/** Gives the ability to enable Open Telemetry Tracing */
public Builder setEnableOpenTelemetryTracing(boolean enableOpenTelemetryTracing) {
this.enableOpenTelemetryTracing = enableOpenTelemetryTracing;
return this;
Expand Down

0 comments on commit e275efa

Please sign in to comment.