Skip to content

Commit 8541cf9

Browse files
committed
Revert change related to StreamHandlerInstrumentation.patch
1 parent 3be8d5b commit 8541cf9

File tree

2 files changed

+515
-0
lines changed

2 files changed

+515
-0
lines changed

lambda-layer/build-layer.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ git checkout v${version} -b tag-v${version}
2525
# This patch is for Lambda related context propagation
2626
patch -p1 < "$SOURCEDIR"/patches/opentelemetry-java-instrumentation.patch
2727

28+
patch -p1 < "$SOURCEDIR"/patches/StreamHandlerInstrumentation.patch
29+
2830
./gradlew publishToMavenLocal
2931
popd
3032
rm -rf opentelemetry-java-instrumentation

0 commit comments

Comments
 (0)