We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be6cafb commit 5227a8cCopy full SHA for 5227a8c
src/Instrumentation/Laravel/src/Watchers/RedisCommand/RedisCommandWatcher.php
@@ -45,7 +45,7 @@ public function recordRedisCommand(CommandExecuted $event): void
45
{
46
$nowInNs = (int) (microtime(true) * 1E9);
47
48
- $operationName = Str::upper($event->command);
+ $operationName = strtoupper($event->command);
49
50
/** @psalm-suppress ArgumentTypeCoercion */
51
$span = $this->instrumentation->tracer()
0 commit comments