We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92aa249 commit 7ea0eb9Copy full SHA for 7ea0eb9
nodejs/build.sh
@@ -16,7 +16,7 @@ cd wrapper-adot || exit
16
npm install || exit
17
18
cd ../../opentelemetry-lambda/nodejs || exit
19
-npm install || exit
+npm install && npm run build|| exit
20
21
mv ./packages/layer/build/workspace/otel-handler ./packages/layer/build/workspace/otel-handler-upstream
22
cp "$SOURCEDIR"/scripts/otel-handler ./packages/layer/build/workspace/otel-handler
patches/opentelemetry-lambda_java.patch
@@ -7,7 +7,7 @@ index 7693c66..e66bcba 100644
7
spotless {
8
java {
9
- googleJavaFormat()
10
-+ googleJavaFormat("1.15.0"))
++ googleJavaFormat("1.15.0")
11
}
12
13
0 commit comments