You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 10, 2022. It is now read-only.
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.
75
75
76
+
## Upgrade guidelines
77
+
78
+
### 1.0.0-rc.0 to x
79
+
80
+
-`HttpBaggage` renamed to `HttpBaggagePropagator`
81
+
76
82
## Useful links
77
83
78
84
- For more information on OpenTelemetry, visit: <https://opentelemetry.io/>
@@ -88,9 +94,9 @@ Apache 2.0 - See [LICENSE][license-url] for more information.
0 commit comments