cli/acceptance/testdata/telemetry/telemetry-failure-does-not-break-command.txtar
2026-04-21 18:40:02 +01:00

7 lines
221 B
Text

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