Skip to content

Commit e67753d

Browse files
authored
Correct wrong instrumentation name (#165)
This is part of the Symfony auto-instrumentation
1 parent ca8e2ba commit e67753d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_register.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212

1313
if (extension_loaded('opentelemetry') === false) {
14-
trigger_error('The opentelemetry extension must be loaded in order to autoload the OpenTelemetry Laravel auto-instrumentation', E_USER_WARNING);
14+
trigger_error('The opentelemetry extension must be loaded in order to autoload the OpenTelemetry Symfony auto-instrumentation', E_USER_WARNING);
1515

1616
return;
1717
}

0 commit comments

Comments
 (0)