-
Notifications
You must be signed in to change notification settings - Fork 73
Issues: opentracing/opentracing-csharp
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Please provide a
net461
or net472
project target to match netstandard2.0
preprocessor
bug
#137
opened Sep 9, 2020 by
hotchkj
Consider adding a way to retrieve the OperationName from a ISpan
#111
opened Oct 18, 2018 by
paulomorgado
Change A breaking change for users of the OpenTracing API
breaks-tracers
A breaking change for tracers
string ISpan.GetBaggageItem(string key)
to bool ISpan.TryGetBaggageItem(string key, out string value)
breaks-instrumentation
ProTip!
Exclude everything labeled
bug
with -label:bug.