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.
exec
otel-instrument
1 parent 9d0f303 commit 510eb45Copy full SHA for 510eb45
python/src/otel/otel_sdk/otel-instrument
@@ -151,4 +151,4 @@ export _HANDLER="otel_wrapper.lambda_handler";
151
152
# - Call the upstream auto instrumentation script
153
154
-python3 $LAMBDA_LAYER_PKGS_DIR/bin/opentelemetry-instrument "$@"
+exec python3 $LAMBDA_LAYER_PKGS_DIR/bin/opentelemetry-instrument "$@"
0 commit comments