When an exception is not caught (and perhaps other errors), the console is spammed with a lot of cruft, including
[warning] Failed to send Sentry event.Cannot send Sentry event because of invalid DSN
This is confusing, wastes developer time, and obscures the real problem.
Sentry can be self-hosted, and there are free plans, so we shouldn't remove it entirely.
It wouldn't hurt to log one message on startup if Sentry was not configured, but after that it should be silent.
When an exception is not caught (and perhaps other errors), the console is spammed with a lot of cruft, including
This is confusing, wastes developer time, and obscures the real problem.
Sentry can be self-hosted, and there are free plans, so we shouldn't remove it entirely.
It wouldn't hurt to log one message on startup if Sentry was not configured, but after that it should be silent.