Turn off XCode building alert (sentry-cli)

How do I turn off the Mac alerts that sentry-cli throws after each build?

There is no option currently (assuming you want to keep background building) but I added a feature request here: https://github.com/getsentry/sentry-cli/issues/84

If you do want to switch to foreground building you can do so by passing --force-foreground to sentry-cli’s upload commands.

You can now turn it off in 1.14.0

1 Like