opentelemetry-js
opentelemetry-js copied to clipboard
Added limitation in ot-shim readme
trafficstars
Which problem is this PR solving?
This PR informs users that the OpenTracing shim doesn't include a scope manager.
Fixes #2700
Short description of the changes
This PR updates the OpenTracing shim Readme.md file by adding a limitation section; informing users that the OpenTracing shim doesn't include a scope manager.
Type of change
- [x] This change requires a documentation update
How Has This Been Tested?
No test was created/run
Checklist:
- [x] Followed the style guidelines of this project
- [ ] Unit tests have been added
- [x] Documentation has been updated