Commit 73a27a6
committed
[Tracing] Default tracer to global bootstrapped tracer
The default tracer should be picked up at configuration creation time
from the bootstrapped one, so we don't have to manually configure it in
the simplest cases.
It is possible to disable it by explicitly setting `nil` on the tracing
configuration, even if the global tracer was bootstrapped.1 parent 8430dd4 commit 73a27a6
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1095 | 1095 | | |
1096 | 1096 | | |
1097 | 1097 | | |
1098 | | - | |
| 1098 | + | |
| 1099 | + | |
| 1100 | + | |
| 1101 | + | |
| 1102 | + | |
1099 | 1103 | | |
1100 | 1104 | | |
1101 | 1105 | | |
| |||
0 commit comments