mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Merge branch '3.5.x'
Closes gh-48106
This commit is contained in:
+1
-1
@@ -31,7 +31,7 @@ public class BraveTracingProperties {
|
||||
* Whether the propagation type and tracing backend support sharing the span ID
|
||||
* between client and server spans. Requires B3 propagation and a compatible backend.
|
||||
*/
|
||||
private boolean spanJoiningSupported = false;
|
||||
private boolean spanJoiningSupported;
|
||||
|
||||
public boolean isSpanJoiningSupported() {
|
||||
return this.spanJoiningSupported;
|
||||
|
||||
Reference in New Issue
Block a user