SeanHood / laravel-opentelemetry

OpenTelemetry integration for Laravel applications
10 stars 8 forks source link

No need to set the active span #2

Closed BnMcG closed 4 years ago

BnMcG commented 4 years ago

The active span is set in the startAndActivateSpan method, so there's no need to set it again immediately afterwards.