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 {
404404 _ operationName: String ,
405405 context: @autoclosure ( ) -> ServiceContext = . current ?? . topLevel,
406406 ofKind kind: SpanKind = . internal,
407- isolation: ( any Actor ) ? = #isolation,
407+ isolation: isolated ( any Actor ) ? = #isolation,
408408 function: String = #function,
409409 file fileID: String = #fileID,
410410 line: UInt = #line,
@@ -610,7 +610,7 @@ extension Tracer {
610610 at instant: @autoclosure ( ) -> some TracerInstant = DefaultTracerClock . now,
611611 context: @autoclosure ( ) -> ServiceContext = . current ?? . topLevel,
612612 ofKind kind: SpanKind = . internal,
613- isolation: ( any Actor ) ? = #isolation,
613+ isolation: isolated ( any Actor ) ? = #isolation,
614614 function: String = #function,
615615 file fileID: String = #fileID,
616616 line: UInt = #line,
Original file line number Diff line number Diff line change @@ -263,7 +263,7 @@ extension Tracer {
263263 _ operationName: String ,
264264 context: @autoclosure ( ) -> ServiceContext = . current ?? . topLevel,
265265 ofKind kind: SpanKind = . internal,
266- isolation: ( any Actor ) ? = #isolation,
266+ isolation: isolated ( any Actor ) ? = #isolation,
267267 function: String = #function,
268268 file fileID: String = #fileID,
269269 line: UInt = #line,
@@ -353,7 +353,7 @@ extension Tracer {
353353 context: @autoclosure ( ) -> ServiceContext = . current ?? . topLevel,
354354 ofKind kind: SpanKind = . internal,
355355 at instant: @autoclosure ( ) -> some TracerInstant = DefaultTracerClock . now,
356- isolation: ( any Actor ) ? = #isolation,
356+ isolation: isolated ( any Actor ) ? = #isolation,
357357 function: String = #function,
358358 file fileID: String = #fileID,
359359 line: UInt = #line,
You can’t perform that action at this time.
0 commit comments