Skip to content

Commit

Permalink
Translate service name to lower case
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake Morgan committed Jun 18, 2021
1 parent df97b82 commit 86c7872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/lib/segments/attributes/aws.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Aws.prototype.init = function init(res, serviceName) {
this.id_2 = res.extendedRequestId;
}

this.addData(capturer.capture(serviceName, res));
this.addData(capturer.capture(serviceName.toLowerCase(), res));
};

Aws.prototype.addData = function addData(data) {
Expand Down

0 comments on commit 86c7872

Please sign in to comment.