plunkettscott / laravel-otel

Instant OpenTelemetry instrumentation for Laravel applications.
MIT License
18 stars 4 forks source link

Ensure span is set before accessing it #2

Closed plunkettscott closed 1 year ago

plunkettscott commented 1 year ago

This PR fixes a bug where an exception thrown in middleware may cause the $span to be accessed before it's set.