@stackbuild/xray-wrapper
v1.1.0
Published
A wrapper for the AWS XRay Node.js package that allows all functionality to be disabled with one flag
Downloads
2
Readme
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 login
Update the package version in the
package.json
filePublish to npm
$ npm publish --access public