Skip to content

Commit

Permalink
Ensure base namespace is used
Browse files Browse the repository at this point in the history
  • Loading branch information
PROFeNoM committed Dec 27, 2023
1 parent ccc2269 commit d52d550
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ function ($This, $scope, $args) {
$span->resource = $this->getName() ?: $span->name;
$span->service = \ddtrace_config_app_name($integration->frameworkPrefix);
$span->type = Type::CLI;
$span->meta['symfony.console.command.class'] = get_class($this);
$span->meta['symfony.console.command.class'] = \get_class($this);
$span->meta[Tag::COMPONENT] = SymfonyIntegration::NAME;
}
]
Expand Down

0 comments on commit d52d550

Please sign in to comment.