plunkettscott / laravel-otel

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

Fix deprecation notice in str_starts_with #11

Closed stickeegreg closed 1 year ago

stickeegreg commented 1 year ago

This fixes a deprecation notice: str_starts_with(): Passing null to parameter #1 ($haystack) of type string is deprecated in ...\vendor\laravel\framework\src\Illuminate\Support\Str.php on line 1095"

Fixes #12

plunkettscott commented 1 year ago

Thanks @stickeegreg!