Skip to content

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/src/otel/otel_sdk/otel-instrument

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,4 +151,4 @@ export _HANDLER="otel_wrapper.lambda_handler";
151151

152152
# - Call the upstream auto instrumentation script
153153

154-
python3 $LAMBDA_LAYER_PKGS_DIR/bin/opentelemetry-instrument "$@"
154+
exec python3 $LAMBDA_LAYER_PKGS_DIR/bin/opentelemetry-instrument "$@"

0 commit comments

Comments
 (0)