Skip to content

Commit 49a9f50

Browse files
committed
typo
1 parent 33a33e2 commit 49a9f50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BuffLog/BuffLog.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ private static function enrichLog()
9696
// 'profileID' => $user->getProfileID()
9797
// );
9898

99-
// Add traces information to logs to be able correlate with APM
99+
// Add traces information to be able to correlate logs with APM
100100
$ddTraceSpan = \DDTrace\GlobalTracer::get()->getActiveSpan();
101101
$record['context']['dd'] = [
102102
"trace_id" => $ddTraceSpan->getTraceId(),

0 commit comments

Comments
 (0)