We’re done with trial and have quite amount of errors so we’re debugging them before deploying a new version and activating a Sentry subscription.
Because we don’t have a subscription Sentry catches errors but doesn’t display them except a message:
raven@1.2.1 alert: failed to send exception to sentry: HTTP Error (429): Creation of this event was denied due to rate limiting
Now, I’m concerned, even after we get the premium version, I don’t want to log in sentry our development errors.
What should I do if I want to keep Sentry inside the code, not send errors to Sentry but only see them in my terminal?