Skip to content
This repository was archived by the owner on Nov 10, 2022. It is now read-only.

Commit 991e550

Browse files
committed
chore: add upgrade guidelines
1 parent 86a9f2b commit 991e550

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,12 @@ main();
7373

7474
Because the npm installer and node module resolution algorithm could potentially allow two or more copies of any given package to exist within the same `node_modules` structure, the OpenTelemetry API takes advantage of a variable on the `global` object to store the global API. When an API method in the API package is called, it checks if this `global` API exists and proxies calls to it if and only if it is a compatible API version. This means if a package has a dependency on an OpenTelemetry API version which is not compatible with the API used by the end user, the package will receive a no-op implementation of the API.
7575

76+
## Upgrade Guidelines
77+
78+
- `1.0.0-rc.1`
79+
80+
[#45](https://github.com/open-telemetry/opentelemetry-js-api/pull/45) `Span#context` renamed to `Span#spanContext`
81+
7682
## Useful links
7783

7884
- For more information on OpenTelemetry, visit: <https://opentelemetry.io/>

0 commit comments

Comments
 (0)