Angularjs $q unhandled rejections

I don’t think this project is currently configured to use ngRaven, it’s currently using the non-angular-specific Raven.install(). But if I did use ngRaven, would that get me a global unhandled $q-rejection reporter? Or does AngularJS not have one of those? (I don’t find mention of such a thing in the docs for either $q or $exceptionHandler)

I guess AngularJS 1.6 $qProvider is documented as raising errors for unhandled rejections, which I’d expect ngRaven to pick up on.

That $qProvider option doesn’t exist in earlier versions of AngularJS, so I guess I’d have to experiment.