Skip to content

Conversation

@jake-kramer
Copy link
Contributor

@jake-kramer jake-kramer commented Nov 18, 2025

To update yarn.lock files, I applied following patch locally to each dir and ran docker-compose build && docker-compose run --rm us-east yarn install

diff --git a/examples/language-sdk-instrumentation/nodejs/express-ts/docker-compose.yml b/examples/language-sdk-instrumentation/nodejs/express-ts/docker-compose.yml
index 7095b9486..fab2172f9 100644
--- a/examples/language-sdk-instrumentation/nodejs/express-ts/docker-compose.yml
+++ b/examples/language-sdk-instrumentation/nodejs/express-ts/docker-compose.yml
@@ -10,6 +10,8 @@ services:
     - REGION=us-east
     build:
       context: .
+    volumes:
+      - .:/app
   eu-north:
     ports:
     - 5000

@jake-kramer
Copy link
Contributor Author

@jake-kramer jake-kramer marked this pull request as ready for review November 18, 2025 20:30
@jake-kramer jake-kramer requested a review from a team as a code owner November 18, 2025 20:30
Copy link
Contributor

@simonswine simonswine left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jake-kramer jake-kramer merged commit f04beeb into main Nov 20, 2025
21 checks passed
@jake-kramer jake-kramer deleted the nodejs-sdk-updates branch November 20, 2025 14:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants