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
docs(nodejs): drop stale OPENTELEMETRY_JS_PATH and IITM_PATH refs
Build scripts only consume OPENTELEMETRY_JS_CONTRIB_PATH now; the
upstream opentelemetry-js and import-in-the-middle forks were dropped
when we moved those deps to npm.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This project's `.gitignore` is already configured with these folders
35
-
to ensure your git index stays clean.
25
+
Otherwise leave it unset and `./scripts/build-nodejs.sh` will clone the pinned SHA to `.build-cache/opentelemetry-js-contrib/`. Both paths are gitignored. `upstream/opentelemetry-js` and `import-in-the-middle` are now resolved from npm, no local checkout needed.
36
26
37
27
### The layer
38
28
@@ -43,8 +33,4 @@ the root of the application:
43
33
./scripts/build-nodejs.sh
44
34
```
45
35
46
-
This is a thin wrapper over `./scripts/build_nodejs_layer.sh` that
47
-
will clone the forked dependencies if the paths indicated by the
48
-
previously mentioned environment variables are empty, then use
49
-
that script to download all dependencies and compile all code.
50
-
The layer zip file will be present at `./packages/layer/build/layer.zip`.
36
+
This is a thin wrapper over `./scripts/build_nodejs_layer.sh` that handles the cx-contrib fork clone/checkout when `OPENTELEMETRY_JS_CONTRIB_PATH` is unset, then calls `build_nodejs_layer.sh` to install deps and compile. The layer zip file will be present at `./packages/layer/build/layer.zip`.
0 commit comments