Skip to content

Commit 2644f03

Browse files
fix(init): rename 'Custom Metrics' feature label to 'Metrics'
The metrics feature was labeled 'Custom Metrics' in the feature selection prompt, which doesn't match Sentry's standard terminology. Rename to 'Metrics' for consistency. Closes getsentry/cli-init-api#59
1 parent 71ab7bc commit 2644f03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/init/clack-utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const FEATURE_INFO: Record<string, { label: string; hint: string }> = {
4343
hint: "Code-level performance insights",
4444
},
4545
logs: { label: "Logging", hint: "Structured log ingestion" },
46-
metrics: { label: "Custom Metrics", hint: "Track custom business metrics" },
46+
metrics: { label: "Metrics", hint: "Track business metrics" },
4747
sourceMaps: {
4848
label: "Source Maps",
4949
hint: "See original source code in production errors",

0 commit comments

Comments
 (0)