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 33a33e2 commit 49a9f50Copy full SHA for 49a9f50
src/BuffLog/BuffLog.php
@@ -96,7 +96,7 @@ private static function enrichLog()
96
// 'profileID' => $user->getProfileID()
97
// );
98
99
- // Add traces information to logs to be able correlate with APM
+ // Add traces information to be able to correlate logs with APM
100
$ddTraceSpan = \DDTrace\GlobalTracer::get()->getActiveSpan();
101
$record['context']['dd'] = [
102
"trace_id" => $ddTraceSpan->getTraceId(),
0 commit comments