Skip to content

Commit 77ec5ad

Browse files
committed
undo the breaking change made while removing sentry flag
Affected versions: v24.1.1 we require a default for each flag and we removed the default value for sentry flag from the code.
1 parent a0d12b7 commit 77ec5ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

x/flags.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313

1414
const (
1515
TraceDefaults = `ratio=0.01; jaeger=; datadog=;`
16-
TelemetryDefaults = `reports=true;`
16+
TelemetryDefaults = `reports=true;sentry=false;`
1717
)
1818

1919
// FillCommonFlags stores flags common to Alpha and Zero.

0 commit comments

Comments
 (0)