File tree Expand file tree Collapse file tree
packages/server-utils/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -181,8 +181,8 @@ function bindSpanToChannelStore<TData extends object>(
181181 } ) ;
182182
183183 // Restore the caller's context for the async continuation. Only callback-style channels `runStores`
184- // `asyncStart` (so the callback runs inside this store); promise channels `publish` it, leaving this
185- // inert — their continuation already inherits the caller's context natively.
184+ // `asyncStart` (so the callback runs inside this store). promise channels `publish` it, leaving this
185+ // inert, their continuation already inherits the caller's context natively.
186186 channel . asyncStart . bindStore ( asyncLocalStorage , ( data : TracingChannelPayloadWithSpan < TData > ) => {
187187 return ( data . _sentryCallerStore ?? asyncLocalStorage . getStore ( ) ) as TData ;
188188 } ) ;
You can’t perform that action at this time.
0 commit comments