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
That's not always true. Sentry has the possibility to store the environment of the errors, so it can be used in development (or staging or whatever) too.
To disable error reporting, you can either include the bundle only in the prod environment, or set the DSN in the config as null.
(this is a duplicate of #76#46#38, closing for this reason)
In many cases, we should not send the error on development node.
Maybe add the parameter for control enable or disable listen to the exception?
The text was updated successfully, but these errors were encountered: