Skip to content

Commit 637dc7a

Browse files
authored
chore(options): Improve @jr message to make creating unused option removal more consistent (#974)
Today @jr decided that it couldn't proceed without a Sentry account connection, which is unnecessary. Adding in more guidance.
1 parent f3f870a commit 637dc7a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/jobs/unregisteredOptionsSummary.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ export async function sendUnregisteredOptionsSummary(): Promise<void> {
3636
slackblocks.markdown(
3737
`*${optionRegions.size} unregistered option(s)* found across regions.\n` +
3838
`These options exist in \`sentry-options-automator\` but are not registered in \`sentry\`. ` +
39-
`<@U0AGGRG1V0X> please create a PR in <https://github.com/getsentry/sentry-options-automator|sentry-options-automator> to remove the unregistered options listed below from the YAML files in \`options/default/\` and \`options/regions/\`.`
39+
`<@U0AGGRG1V0X> please create a PR in <https://github.com/getsentry/sentry-options-automator|sentry-options-automator> to remove the unregistered options listed below from the YAML files in \`options/default/\` and \`options/regions/\`. ` +
40+
`No sentry account is needed — all you need to do is create a PR in sentry-options-automator. If you can't open the PR directly, push the branch and share the compare link.`
4041
)
4142
),
4243
slackblocks.divider(),

0 commit comments

Comments
 (0)