atlas-app-toolkit icon indicating copy to clipboard operation
atlas-app-toolkit copied to clipboard

Span inside context is not working correctly

Open drewwells opened this issue 3 years ago • 0 comments

ctx := trace.NewContext(..) span, _ := trace.FromContext(ctx)

leads to an empty context, fix issue seen in these unit tests https://github.com/infobloxopen/atlas-app-toolkit/pull/231/commits/3047632c1cf9104d81f3fb300eaf6a452830dd52

drewwells avatar Mar 10 '21 22:03 drewwells