Skip to content

Commit 828ebfc

Browse files
fix(init): rename 'Custom Metrics' feature label to 'Metrics' (#659)
## Summary - Renames the metrics feature label from "Custom Metrics" to "Metrics" in the `sentry init` feature selection prompt - Updates the hint text from "Track custom business metrics" to "Track business metrics" The "Custom" qualifier is inaccurate and doesn't match how the feature is described elsewhere in Sentry's terminology. Closes getsentry/cli-init-api#59
1 parent 71ab7bc commit 828ebfc

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)