Merge branch '3.5.x'

Closes gh-48106
This commit is contained in:
Stéphane Nicoll
2025-11-13 10:31:25 +01:00
71 changed files with 120 additions and 119 deletions
@@ -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;