Skip to content

Commit 5227a8c

Browse files
Update src/Instrumentation/Laravel/src/Watchers/RedisCommand/RedisCommandWatcher.php
Co-authored-by: Chris Lightfoot-Wild <[email protected]>
1 parent be6cafb commit 5227a8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Instrumentation/Laravel/src/Watchers/RedisCommand/RedisCommandWatcher.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function recordRedisCommand(CommandExecuted $event): void
4545
{
4646
$nowInNs = (int) (microtime(true) * 1E9);
4747

48-
$operationName = Str::upper($event->command);
48+
$operationName = strtoupper($event->command);
4949

5050
/** @psalm-suppress ArgumentTypeCoercion */
5151
$span = $this->instrumentation->tracer()

0 commit comments

Comments
 (0)