Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 865 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 865 Bytes

ClientError Inspector

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.

Setup

  1. Export a CSV file from Google Analytics and save it as ga.csv to this directory

  2. $ chmod u+w parse to make the script executable (only needed once)

  3. $ ./parse.rb to parse the CSV file

  4. Open index.html in your browser

  5. Inspect.