cli/acceptance/testdata/telemetry/telemetry-failure-does-not-break-command.txtar
2026-04-16 21:42:46 +02:00

8 lines
255 B
Text

# Command completes successfully even when telemetry endpoint is unreachable
env GH_PRIVATE_ENABLE_TELEMETRY=1
env GH_TELEMETRY=enabled
env GH_TELEMETRY_SAMPLE_RATE=100
env GH_TELEMETRY_ENDPOINT_URL=http://localhost:1
exec gh version
stdout 'gh version'