Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clementallen/xray-appconfig
Repo to reproduce error encountered when trying to use AWS XRay and AppConfig together
https://github.com/clementallen/xray-appconfig
Last synced: 23 days ago
JSON representation
Repo to reproduce error encountered when trying to use AWS XRay and AppConfig together
- Host: GitHub
- URL: https://github.com/clementallen/xray-appconfig
- Owner: clementallen
- Created: 2020-06-25T09:08:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-25T09:19:15.000Z (over 4 years ago)
- Last Synced: 2024-10-10T14:21:34.602Z (3 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# xray-appconfig
Repo to reproduce error encountered when trying to use AWS XRay and AppConfig together## Instructions
- Run `npm install`
- Run `npm start`
- (optional) - Replace AppConfig call params with valid values
### Results
Running this will return the following error:
```
Error [NetworkingError]: Failed to get the current sub/segment from the context.
```If the following line is commented out the AppConfig is retrieved as expected with no errors (providing valid config is added to `index.js` in the params object)
```
AWSXRay.captureHTTPsGlobal(https);
```