Skip to content

Commit d797a2d

Browse files
adinauerclaude
andcommitted
fix(test): Add SENTRY_ENABLE_CACHE_TRACING env var to system test runner
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 76a2ecd commit d797a2d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/system-test-runner.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@
6161
"OTEL_TRACES_EXPORTER": "none",
6262
"OTEL_METRICS_EXPORTER": "none",
6363
"OTEL_LOGS_EXPORTER": "none",
64-
"SENTRY_LOGS_ENABLED": "true"
64+
"SENTRY_LOGS_ENABLED": "true",
65+
"SENTRY_ENABLE_CACHE_TRACING": "true"
6566
}
6667

6768
class ServerType(Enum):

0 commit comments

Comments
 (0)