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
fix(remix): Do not skip error handling if tracing is not enabled. (#5811)
We were early returning wrappers (which are also responsible for most errors to handle) if there isn't an active transaction.
This PR removes it and early returns only if there isn't a scope defined.
0 commit comments