Skip to content

Commit

Permalink
FRW-8618 Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
olhalivitchuk committed Aug 12, 2024
1 parent 578b639 commit a61c5aa
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions _register.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@
return;
}

if (extension_loaded('opentelemetry') === false) {
trigger_error('The opentelemetry extension must be loaded in order to autoload the OpenTelemetry Spryker Framework auto-instrumentation', E_USER_WARNING);

return;
}

SprykerInstrumentationBootstrap::register();


0 comments on commit a61c5aa

Please sign in to comment.