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.
1 parent 36bb719 commit c94fcb6Copy full SHA for c94fcb6
test/system-test-runner.py
@@ -55,6 +55,9 @@
55
SENTRY_ENVIRONMENT_VARIABLES = {
56
"SENTRY_DSN": "http://502f25099c204a2fbf4cb16edc5975d1@localhost:8000/0",
57
"SENTRY_TRACES_SAMPLE_RATE": "1.0",
58
+ "SENTRY_PROFILE_SESSION_SAMPLE_RATE": "1.0",
59
+ "SENTRY_PROFILE_LIFECYCLE": "TRACE",
60
+ "SENTRY_PROFILING_TRACES_DIR_PATH": "tmp/sentry/profiling-traces",
61
"OTEL_TRACES_EXPORTER": "none",
62
"OTEL_METRICS_EXPORTER": "none",
63
"OTEL_LOGS_EXPORTER": "none",
0 commit comments