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
Ah ha, that works, thanks. Sorry for the false alarm, I thought it was a valid test to throw an error in browser console without the setTimeout.
I got a bit thrown off because I was fixing an unhandled exception in an autoValue function of mine that AutoForm caught and wrote to console.error, but didn't then re-throw. I now understand that Kadira won't pick up console.error writes. https://github.com/aldeed/meteor-autoform/blob/devel/autoform-events.js#L309
I have the latest version of this package
2.29.1
and the latest version of meteor1.3.4.1
.I tried restarted my app's container on galaxy and all looks good:
But
throw new Error('TEST');
doesn't ever show up in Kadira.Thanks in advance for your help @arunoda.
The text was updated successfully, but these errors were encountered: