You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/jobs/unregisteredOptionsSummary.ts
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,8 @@ export async function sendUnregisteredOptionsSummary(): Promise<void> {
36
36
slackblocks.markdown(
37
37
`*${optionRegions.size} unregistered option(s)* found across regions.\n`+
38
38
`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.`
0 commit comments