Provides a quick interface for exceptions logged to Google Analytics and let's you check error details, grouped by error messages and with full backtraces and meta information.
It doesn't need any configuration, special setup or even a local server.
-
Export a
CSV
file from Google Analytics and save it asga.csv
to this directory -
$ chmod u+w parse
to make the script executable (only needed once) -
$ ./parse.rb
to parse theCSV
file -
Open
index.html
in your browser -
Inspect.