angulartics / angulartics-google-analytics

Google Analytics plugin for Angulartics
MIT License
133 stars 86 forks source link

Change trackException to use Events #39

Closed DanWilkerson closed 8 years ago

DanWilkerson commented 8 years ago

Currently, trackException is using the exception hit type, which cannot be reported on natively in the interface and requires a Custom Report. Switching to sending the same data as an Event would preclude the need to roll Custom Report once tracking is in place.

DanWilkerson commented 8 years ago

Adding to this discussion, Exception hit type Descriptions are limited to 150 bytes by Google Analytics, whereas Event labels and actions can be up to 500 bytes. I'm going to submit a PR with a fix and some byte checking.

DanWilkerson commented 8 years ago

This has been handled with #44, closing