Skip to content

Commit

Permalink
revert explicitly passing parent to nr_segment_start
Browse files Browse the repository at this point in the history
  • Loading branch information
zsistla authored Jan 24, 2025
1 parent 33d40f1 commit da4253b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/lib_aws_sdk_php.c
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ void nr_lib_aws_sdk_php_sqs_handle(nr_segment_t* auto_segment,
* only create the segment now, grab the parent segment start time, add our
* special segment attributes/metrics then close the newly created segment.
*/
message_segment = nr_segment_start(NRPRG(txn), auto_segment, NULL);
message_segment = nr_segment_start(NRPRG(txn), NULL, NULL);
if (NULL == message_segment) {
return;
}
Expand Down

0 comments on commit da4253b

Please sign in to comment.