1.1.0 • Published 4 years ago
@stackbuild/xray-wrapper v1.1.0
XRay Wrapper
This package does one simple thing: checks the USE_XRAY environment variable to determine whether or not the real AWS XRay SDK modules should be returned, or mock objects that do nothing.
This package will no longer be necessary when this issue is fixed: https://github.com/aws/aws-xray-sdk-node/issues/231
Publishing a new version
- Login to npm
$ npm loginUpdate the package version in the
package.jsonfilePublish to npm
$ npm publish --access public