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
{{ message }}
This repository was archived by the owner on Oct 3, 2023. It is now read-only.
* Add generic Context class
* Context can fetch single values
* ContextTracer now uses generic Context
* Scope/context should now play nicely with the extension
* Remove Context::setCurrent
* Add @internal annotation for Context::reset()
* Add ability to set multiple context values at once
* Remove default span name
* Add ScopeTest
* Delegate fetching of the current SpanContext to the tracer impl.
Each implementation handles SpanContext differently.
* php cs fixes
* Update README documentation
* Fix static function call in documentation
* Adding withSpan tests
* Extension can accept spanId as option when starting a span
* Remove unused 'use' statements
0 commit comments