We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0ef2b5 commit 737c500Copy full SHA for 737c500
1 file changed
src/instrumentation/libraries/e2e-common/base-entrypoint.sh
@@ -230,7 +230,7 @@ log "Phase 3: Running Tusk Tests" "$BLUE"
230
log "================================================" "$BLUE"
231
232
set +e
233
-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)
234
TUSK_EXIT=$?
235
set -e
236
0 commit comments