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
I have typescript project.
When I try to use import CLSContext from 'zipkin-context-cls' it returns undefined
but require('zipkin-context-cls') works as expected
The text was updated successfully, but these errors were encountered:
I have typescript project.
When I try to use
import CLSContext from 'zipkin-context-cls'
it returnsundefined
but
require('zipkin-context-cls')
works as expectedThe text was updated successfully, but these errors were encountered: