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 Jan 29, 2024
1 parent e79d586 commit 210f0c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,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 210f0c0

Please sign in to comment.