Skip to content

Commit 91f8e77

Browse files
zsistlalavarou
andauthored
Update agent/lib_aws_sdk_php.c
Co-authored-by: Michal Nowacki <[email protected]>
1 parent c5e0d2a commit 91f8e77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/lib_aws_sdk_php.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ void nr_lib_aws_sdk_php_sqs_handle(nr_segment_t* auto_segment,
129129
* only create the segment now, grab the parent segment start time, add our
130130
* special segment attributes/metrics then close the newly created segment.
131131
*/
132-
segment = nr_segment_start(NRPRG(txn), NULL, NULL);
132+
segment = nr_segment_start(NRPRG(txn), auto_segment, NULL);
133133
if (NULL == segment) {
134134
return;
135135
}

0 commit comments

Comments
 (0)