aws / aws-xray-sdk-node

The official AWS X-Ray SDK for Node.js.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typescript definitions of TraceId doesnt match

WtfJoke opened this issue · comments

Since #361 the typings of TraceId doesnt seem match with the constructor definition.

The constructor declares two optional string parameters (tsHex and numberHex), where as the types says there is no parameter.

If needed, we can also provide a PR

Resolved with PR #520 mentioned above