Skip to content

Commit

Permalink
Merge branch 'feat/sqs_instrumentation' of github.com:newrelic/newrel…
Browse files Browse the repository at this point in the history
…ic-php-agent into feat/sqs_instrumentation
  • Loading branch information
zsistla committed Dec 30, 2024
2 parents 73b5386 + 352f85f commit c1f163f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion agent/lib_aws_sdk_php.c
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ NR_PHP_WRAPPER(nr_aws_client_call) {
NR_EXECUTE_ORIG_ARGS);
}
}

if (NR_SEGMENT_CUSTOM == auto_segment->type) {
/*
* It wasn't set to any of the segments that would autoclose the segment so
Expand Down
4 changes: 2 additions & 2 deletions agent/lib_aws_sdk_php.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ extern void nr_lib_aws_sdk_php_add_supportability_service_metric(

/*
* Purpose : Parses the QueueUrl to extract cloud_region, cloud_account_id, and
* destination_name. The extraction sets all or none since the values are from the
* same string and if it is malformed, it cannot be used.
* destination_name. The extraction sets all or none since the values are from
* the same string and if it is malformed, it cannot be used.
*
* Params : 1. The QueueUrl
* 2. message_params to set message_params.destination_name
Expand Down

0 comments on commit c1f163f

Please sign in to comment.