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
I currently have my app wrapped by a runZonedGuarded and wanted to wrap it instead with a Chain.capture to get full stack traces, but I can't because my app needs the ZoneSpecificationprint handler, which is not currently exposed by this package.
The text was updated successfully, but these errors were encountered:
I currently have my app wrapped by a
runZonedGuarded
and wanted to wrap it instead with aChain.capture
to get full stack traces, but I can't because my app needs theZoneSpecification
print
handler, which is not currently exposed by this package.The text was updated successfully, but these errors were encountered: