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 3aa7e88 commit d171848Copy full SHA for d171848
src/Sentry/Laravel/Features/QueueIntegration.php
@@ -80,6 +80,7 @@ public function onBoot(Dispatcher $events): void
80
81
if ($payload !== null) {
82
$payload[self::QUEUE_PAYLOAD_BAGGAGE_DATA] = getBaggage();
83
+ $payload[self::QUEUE_PAYLOAD_TRACE_PARENT_DATA] = getTraceparent();
84
$payload[self::QUEUE_PAYLOAD_PUBLISH_TIME] = microtime(true);
85
}
86
0 commit comments