You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tracer.withSpan's isolation param should be 'isolated'
**Motivation:**
The intent of this parameter is to not cross an isolation boundary when
calling withSpan, thus, we were missing the isolated modifier in this
protocol.
**Modifications:**
Make the `isolation: (any Actor)? = #isolation,` parameter 'isolated',
as was originally intended
**Result:**
Not crossing actor boundary when calling this method means less errors
when adopting Swift 6 mode, and correct behavior of these functions
0 commit comments