| ... | @@ -1,7 +1,7 @@ | ... | @@ -1,7 +1,7 @@ |
| 1 | const std = @import("std"); | 1 | const std = @import("std"); |
| 2 | const root = @import("root"); | 2 | const root = @import("root"); |
| 3 | const extras = @import("extras"); | 3 | const extras = @import("extras"); |
| 4 | const impl = extras.globalOption(type, "tracer_impl") orelse none; | 4 | const impl = extras.globalOption("tracer_impl", type) orelse none; |
| 5 | | 5 | |
| 6 | threadlocal var started = false; | 6 | threadlocal var started = false; |
| 7 | | 7 | |