You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We just hit this issue. We tried importing from aws-xray-sdk and aws-xray-sdk-core and neither worked. Ended up just copying the FromString implementation.
I'm trying to generate consistent Trace ID's across lambda invocations (in and event streaming platform).
However, I'm getting and error when calling static
FromString
method.and
As best I can tell, I'm following the implementation in the tests: https://github.com/aws/aws-xray-sdk-node/blob/master/packages/core/test-d/index.test-d.ts
Many thanks for any pointers and help!
node -v v14.19.3
aws-xray-sdk-core ^3.4.0
The text was updated successfully, but these errors were encountered: