From e7daf1777182b40a035917318447321841d0ad25 Mon Sep 17 00:00:00 2001 From: JY Tan Date: Wed, 25 Feb 2026 14:03:53 -0800 Subject: [PATCH] Commit --- src/instrumentation/libraries/e2e-common/base-entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/instrumentation/libraries/e2e-common/base-entrypoint.sh b/src/instrumentation/libraries/e2e-common/base-entrypoint.sh index 5e9328f..5fffc87 100644 --- a/src/instrumentation/libraries/e2e-common/base-entrypoint.sh +++ b/src/instrumentation/libraries/e2e-common/base-entrypoint.sh @@ -230,7 +230,7 @@ log "Phase 3: Running Tusk Tests" "$BLUE" log "================================================" "$BLUE" set +e -TEST_OUTPUT=$(TUSK_ANALYTICS_DISABLED=1 tusk run --print --output-format json --enable-service-logs 2>&1) +TEST_OUTPUT=$(TUSK_ANALYTICS_DISABLED=1 TUSK_REQUIRE_INBOUND_REPLAY_SPAN=1 tusk run --print --output-format json --enable-service-logs 2>&1) TUSK_EXIT=$? set -e