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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+26-1
Original file line number
Diff line number
Diff line change
@@ -11,14 +11,39 @@ For experimental package changes, see the [experimental CHANGELOG](experimental/
11
11
12
12
### :rocket: (Enhancement)
13
13
14
+
### :books: (Refine Doc)
15
+
16
+
### :house: (Internal)
17
+
18
+
* chore: type reference on zone.js [#4257](https://github.com/open-telemetry/opentelemetry-js/pull/4257)@legendecas
19
+
* chore: no need for 'packages' in lerna.json [#4264](https://github.com/open-telemetry/opentelemetry-js/pull/4264)@trentm
20
+
21
+
### :bug: (Bug Fix)
22
+
23
+
* fix(sdk-trace-web): only access location if it is defined [#4063](https://github.com/open-telemetry/opentelemetry-js/pull/4063)
24
+
* fix(sdk-trace-base): processor onStart called with a span having empty attributes
25
+
26
+
## 1.18.1
27
+
28
+
### :bug: (Bug Fix)
29
+
30
+
* fix(sdk-metrics): hand-roll MetricAdvice type as older API versions do not include it #4260
31
+
32
+
## 1.18.0
33
+
34
+
### :rocket: (Enhancement)
35
+
14
36
* feat(metrics): prototype experimental advice support [#3876](https://github.com/open-telemetry/opentelemetry-js/pull/3876)@legendecas
15
37
16
38
### :bug: (Bug Fix)
17
39
18
-
### :books: (Refine Doc)
40
+
* fix(core): remove re-export of `version.ts`[#4225](https://github.com/open-telemetry/opentelemetry-js/pull/4225)@david-luna
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -161,7 +161,7 @@ Most of the commands needed for development are accessed as [npm scripts](https:
161
161
162
162
### Install dependencies
163
163
164
-
This will install all dependencies for the root project and all modules managed by `lerna`. By default, a `postinstall` script will run `lerna bootstrap` automatically after an install. This can be avoided using the `--ignore-scripts` option if desired.
164
+
This will install all dependencies for the root project and all modules managed by `npm workspaces`.
0 commit comments