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
*[#1938](https://github.com/open-telemetry/opentelemetry-js/pull/1938) fix(exporter-collector): wrong data type for numbers ([@kudlatyamroth](https://github.com/kudlatyamroth))
*[#1977](https://github.com/open-telemetry/opentelemetry-js/pull/1977) chore: update API to 0.18.0 ([@Flarna](https://github.com/Flarna))
27
+
* Other
28
+
*[#1960](https://github.com/open-telemetry/opentelemetry-js/pull/1960) chore: updating current state of compatibility matrix ([@obecny](https://github.com/obecny))
*[#1922](https://github.com/open-telemetry/opentelemetry-js/pull/1922) chore: lint on shadowing in non-test sources, fix a few of them ([@johnbley](https://github.com/johnbley))
33
+
34
+
### Committers: 8
35
+
36
+
* Bartlomiej Obecny ([@obecny](https://github.com/obecny))
37
+
* Daniel Dyla ([@dyladan](https://github.com/dyladan))
38
+
* Gerhard Stöbich ([@Flarna](https://github.com/Flarna))
- Breaking change - The resulting resource MUST have all attributes that are on any of the two input resources. If a key exists on both the old and updating resource, the value of the updating resource MUST be picked - previously it was opposite.
@@ -266,12 +269,10 @@ The new global [```api.diag```](https://github.com/open-telemetry/opentelemetry-
266
269
All included logger references have been removed in preference to using the global ```api.diag``` directly, so you no longer need to pass around the logger instance via function parameters or included as part of the configuration for a component.
267
270
268
271
```javascript
269
-
// Setting the default Global logger to use the Console
0 commit comments