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
We are currently reporting redeploying non-snapshots is not allowed (see http://git.io/vO2Tg) errors to Yeller. These are not worth reporting to Yeller, as they are not exceptional, and don't indicate any error on our part. We could just ignore them, but it feels cleaner to actually work out how to not report them.
The text was updated successfully, but these errors were encountered:
One option would be to add a :report? false key to the ex-data map we return, but I'm not sure if this is the best approach. @tcrayford do you have any patterns for wrapping ring exceptions and ignoring some of them?
@danielcompton right now Yeller's clients don't have a thing like that. I think the right solution here is probably to allow y'all to provide a callback that determines if Yeller sends an error or not. the JS notifier has that, and it's turned out to be very useful.
Yeller doesn't need to get exceptions about redeploying non-snapshots as
this is a common user error/action, and doesn't indicate a fault in
Clojars.
Fixes#465
We are currently reporting
redeploying non-snapshots is not allowed (see http://git.io/vO2Tg)
errors to Yeller. These are not worth reporting to Yeller, as they are not exceptional, and don't indicate any error on our part. We could just ignore them, but it feels cleaner to actually work out how to not report them.The text was updated successfully, but these errors were encountered: