aws / aws-xray-sdk-node

The official AWS X-Ray SDK for Node.js.
Apache License 2.0
271 stars 155 forks source link

Fix TS declaration of TraceId to match definition #520

Closed carolabadeer closed 2 years ago

carolabadeer commented 2 years ago

Issue #, if available: Fixes issue #519

Description of changes: Updated constructor arguments in TypeScript TraceID class declaration to match the ones used in the class definition.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.