Skip to content

Commit

Permalink
Ignore nova
Browse files Browse the repository at this point in the history
  • Loading branch information
timacdonald committed Oct 12, 2023
1 parent b4065f5 commit 38a37a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Recorders/CacheInteractions.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public function record(CacheHit|CacheMissed $event): ?Entry
$now = new CarbonImmutable();

if (
Str::startsWith($event->key, ['illuminate:', 'laravel:pulse:']) ||
Str::startsWith($event->key, ['illuminate:', 'laravel:pulse:', 'nova.metric.']) ||
Str::endsWith($event->key, ':timer')
) {
return null;
Expand Down

0 comments on commit 38a37a5

Please sign in to comment.