File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -404,7 +404,7 @@ extension LegacyTracer {
404
404
_ operationName: String ,
405
405
context: @autoclosure ( ) -> ServiceContext = . current ?? . topLevel,
406
406
ofKind kind: SpanKind = . internal,
407
- isolation: ( any Actor ) ? = #isolation,
407
+ isolation: isolated ( any Actor ) ? = #isolation,
408
408
function: String = #function,
409
409
file fileID: String = #fileID,
410
410
line: UInt = #line,
@@ -610,7 +610,7 @@ extension Tracer {
610
610
at instant: @autoclosure ( ) -> some TracerInstant = DefaultTracerClock . now,
611
611
context: @autoclosure ( ) -> ServiceContext = . current ?? . topLevel,
612
612
ofKind kind: SpanKind = . internal,
613
- isolation: ( any Actor ) ? = #isolation,
613
+ isolation: isolated ( any Actor ) ? = #isolation,
614
614
function: String = #function,
615
615
file fileID: String = #fileID,
616
616
line: UInt = #line,
Original file line number Diff line number Diff line change @@ -263,7 +263,7 @@ extension Tracer {
263
263
_ operationName: String ,
264
264
context: @autoclosure ( ) -> ServiceContext = . current ?? . topLevel,
265
265
ofKind kind: SpanKind = . internal,
266
- isolation: ( any Actor ) ? = #isolation,
266
+ isolation: isolated ( any Actor ) ? = #isolation,
267
267
function: String = #function,
268
268
file fileID: String = #fileID,
269
269
line: UInt = #line,
@@ -353,7 +353,7 @@ extension Tracer {
353
353
context: @autoclosure ( ) -> ServiceContext = . current ?? . topLevel,
354
354
ofKind kind: SpanKind = . internal,
355
355
at instant: @autoclosure ( ) -> some TracerInstant = DefaultTracerClock . now,
356
- isolation: ( any Actor ) ? = #isolation,
356
+ isolation: isolated ( any Actor ) ? = #isolation,
357
357
function: String = #function,
358
358
file fileID: String = #fileID,
359
359
line: UInt = #line,
You can’t perform that action at this time.
0 commit comments