Skip to content

Commit

Permalink
feat(segments): Enable segments by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Laubi committed Feb 6, 2025
1 parent d8df4c9 commit a11a804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/featureflags/temporary.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ var temporaryDefaultValues = map[FeatureFlag]defaultValue{
PersistSettingsOrder: true,
OpenPipeline: true,
IgnoreSkippedConfigs: false,
Segments: false,
Segments: true,
ServiceUsers: false,
}

0 comments on commit a11a804

Please sign in to comment.