Mike Snare
Mike Snare
Angulartics uses the `$q` service [here](https://github.com/angulartics/angulartics/blob/master/src/angulartics.js#L98). The `$q` service uses `$applyAsync` which forces a digest loop on the root scope. It seems a bit wasteful to force the evaluation of...
### Environment * Ruby Version. 2.6.3 * Rails Version. 6.1.3 * Semantic Logger Version. 4.10.0 * Rails Semantic Logger Version. 4.9.0 * Other Application/framework names and versions (e.g. Puma, etc.)....
Say I've set up multiple trackers using `$window.ga('create', ...)` and `$analytics.settings.ga.additionalAccountNames = ['foo'];` and then later I want to send an event to just the `foo` tracker. Is that possible...