Span
is an "internal" API but is exposed when we start a span
#51
Labels
enhancement
New feature or request
nice to have
This is a "nice to have" feature - not a critical requirement
Not critical, but at the moment, the
@internal
class\Scoutapm\Events\Span\Span
is exposed when$agent->startSpan
is called, meaning the API isn't really internal.One suggestion is to return a "public" version of a Span with the API promises, that proxies to the underlying real span class.
The text was updated successfully, but these errors were encountered: