e-r-w / gael

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GAEL

Google Analytics Error Logging

Geddit?

Usage

require('gael')({
  action: 'some jerk made this error'
});

where the action will be the action logged to GA. Alternatively, without the options:

require('gael')();

the event will simply be logged with the action 'Javascript error'

About


Languages

Language:JavaScript 100.0%